Uses of Class
org.eclipse.tycho.p2.target.PomDependencyCollectorImpl
-
Packages that use PomDependencyCollectorImpl Package Description org.eclipse.tycho.p2.target -
-
Uses of PomDependencyCollectorImpl in org.eclipse.tycho.p2.target
Methods in org.eclipse.tycho.p2.target with parameters of type PomDependencyCollectorImpl Modifier and Type Method Description private java.util.LinkedHashSet<org.eclipse.equinox.p2.metadata.IInstallableUnit>
TargetPlatformFactoryImpl. gatherExternalInstallableUnits(java.util.Set<MavenRepositoryLocation> completeRepositories, java.util.List<TargetDefinitionContent> targetDefinitionsContent, PomDependencyCollectorImpl pomDependenciesContent, boolean includeLocalMavenRepo)
External installable units collected from p2 repositories, .target files and local Maven repository.
-