Class InstallableUnitResolver.UnitCollector

  • All Implemented Interfaces:
    java.lang.Iterable<org.eclipse.equinox.p2.metadata.IInstallableUnit>, org.eclipse.equinox.p2.query.IQueryable<org.eclipse.equinox.p2.metadata.IInstallableUnit>, org.eclipse.equinox.p2.query.IQueryResult<org.eclipse.equinox.p2.metadata.IInstallableUnit>
    Enclosing class:
    InstallableUnitResolver

    private static class InstallableUnitResolver.UnitCollector
    extends org.eclipse.equinox.p2.query.Collector<org.eclipse.equinox.p2.metadata.IInstallableUnit>
    • Field Summary

      • Fields inherited from class org.eclipse.equinox.p2.query.Collector

        EMPTY_COLLECTOR
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private UnitCollector()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addAll​(java.util.Collection<? extends org.eclipse.equinox.p2.metadata.IInstallableUnit> units)  
      • Methods inherited from class org.eclipse.equinox.p2.query.Collector

        accept, addAll, emptyCollector, getCollection, isEmpty, iterator, query, size, toArray, toSet, toUnmodifiableSet
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.lang.Iterable

        forEach, spliterator
    • Constructor Detail

      • UnitCollector

        private UnitCollector()
    • Method Detail

      • addAll

        public void addAll​(java.util.Collection<? extends org.eclipse.equinox.p2.metadata.IInstallableUnit> units)