public class DependencyCollector extends AbstractResolutionStrategy
data, EMPTY_IU_ARRAY, logger| Constructor and Description |
|---|
DependencyCollector(MavenLogger logger) |
| Modifier and Type | Method and 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) |
multiPlatformResolve, resolve, setDatapublic DependencyCollector(MavenLogger logger)
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)
resolve in class AbstractResolutionStrategyprivate 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 isIncluded(org.eclipse.equinox.p2.metadata.IInstallableUnit iu,
org.eclipse.equinox.p2.metadata.IRequirement req,
org.eclipse.equinox.p2.metadata.IInstallableUnit match)
private boolean isFeature(org.eclipse.equinox.p2.metadata.IInstallableUnit iu)