Class DependencyCollector

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      private void collectIncludedIUs​(org.eclipse.equinox.p2.query.IQueryable<org.eclipse.equinox.p2.metadata.IInstallableUnit> availableIUs, java.util.Set<org.eclipse.equinox.p2.metadata.IInstallableUnit> result, java.util.Set<org.eclipse.core.runtime.IStatus> errors, org.eclipse.equinox.p2.metadata.IInstallableUnit iu, boolean immediate, org.eclipse.core.runtime.IProgressMonitor monitor)  
      private boolean isFeature​(org.eclipse.equinox.p2.metadata.IInstallableUnit iu)  
      private boolean isIncluded​(org.eclipse.equinox.p2.metadata.IInstallableUnit iu, org.eclipse.equinox.p2.metadata.IRequirement req, org.eclipse.equinox.p2.metadata.IInstallableUnit match)  
      java.util.Collection<org.eclipse.equinox.p2.metadata.IInstallableUnit> resolve​(java.util.Map<java.lang.String,​java.lang.String> properties, org.eclipse.core.runtime.IProgressMonitor monitor)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DependencyCollector

        public DependencyCollector​(MavenLogger logger)
    • Method Detail

      • resolve

        public java.util.Collection<org.eclipse.equinox.p2.metadata.IInstallableUnit> resolve​(java.util.Map<java.lang.String,​java.lang.String> properties,
                                                                                              org.eclipse.core.runtime.IProgressMonitor monitor)
        Specified by:
        resolve in class AbstractResolutionStrategy
      • collectIncludedIUs

        private void collectIncludedIUs​(org.eclipse.equinox.p2.query.IQueryable<org.eclipse.equinox.p2.metadata.IInstallableUnit> availableIUs,
                                        java.util.Set<org.eclipse.equinox.p2.metadata.IInstallableUnit> result,
                                        java.util.Set<org.eclipse.core.runtime.IStatus> errors,
                                        org.eclipse.equinox.p2.metadata.IInstallableUnit iu,
                                        boolean immediate,
                                        org.eclipse.core.runtime.IProgressMonitor monitor)
      • isIncluded

        private boolean isIncluded​(org.eclipse.equinox.p2.metadata.IInstallableUnit iu,
                                   org.eclipse.equinox.p2.metadata.IRequirement req,
                                   org.eclipse.equinox.p2.metadata.IInstallableUnit match)
      • isFeature

        private boolean isFeature​(org.eclipse.equinox.p2.metadata.IInstallableUnit iu)