Uses of Interface
org.eclipse.tycho.p2.target.facade.PomDependencyCollector
-
-
Uses of PomDependencyCollector in org.eclipse.tycho.p2.manager
Methods in org.eclipse.tycho.p2.manager with parameters of type PomDependencyCollector Modifier and Type Method Description TargetPlatform
ReactorRepositoryManagerImpl. computePreliminaryTargetPlatform(ReactorProject project, TargetPlatformConfigurationStub tpConfiguration, ExecutionEnvironmentConfiguration eeConfiguration, java.util.List<ReactorProject> reactorProjects, PomDependencyCollector pomDependencies)
-
Uses of PomDependencyCollector in org.eclipse.tycho.p2.resolver
Methods in org.eclipse.tycho.p2.resolver that return PomDependencyCollector Modifier and Type Method Description private PomDependencyCollector
P2DependencyResolver. collectPomDependencies(org.apache.maven.project.MavenProject project, java.util.List<ReactorProject> reactorProjects, org.apache.maven.execution.MavenSession session)
(package private) PomDependencyCollector
PomDependencyProcessor. collectPomDependencies(org.apache.maven.project.MavenProject project, java.util.Collection<org.apache.maven.artifact.Artifact> transitivePomDependencies)
PomDependencyCollector
P2ResolverFactoryImpl. newPomDependencyCollector()
-
Uses of PomDependencyCollector in org.eclipse.tycho.p2.resolver.facade
Methods in org.eclipse.tycho.p2.resolver.facade that return PomDependencyCollector Modifier and Type Method Description PomDependencyCollector
P2ResolverFactory. newPomDependencyCollector()
Creates a new object for collecting the bundles within the POM dependencies. -
Uses of PomDependencyCollector in org.eclipse.tycho.p2.target
Classes in org.eclipse.tycho.p2.target that implement PomDependencyCollector Modifier and Type Class Description class
PomDependencyCollectorImpl
Methods in org.eclipse.tycho.p2.target that return PomDependencyCollector Modifier and Type Method Description PomDependencyCollector
TargetPlatformFactoryImpl. newPomDependencyCollector()
Methods in org.eclipse.tycho.p2.target with parameters of type PomDependencyCollector Modifier and Type Method Description P2TargetPlatform
TargetPlatformFactoryImpl. createTargetPlatform(TargetPlatformConfigurationStub tpConfiguration, ExecutionEnvironmentConfiguration eeConfiguration, java.util.List<ReactorProject> reactorProjects, PomDependencyCollector pomDependencies)
P2TargetPlatform
TargetPlatformFactoryImpl. createTargetPlatform(TargetPlatformConfigurationStub tpConfiguration, ExecutionEnvironmentResolutionHandler eeResolutionHandler, java.util.List<ReactorProject> reactorProjects, PomDependencyCollector pomDependencies)
Computes the target platform from the given configuration and content. -
Uses of PomDependencyCollector in org.eclipse.tycho.p2.target.facade
Methods in org.eclipse.tycho.p2.target.facade that return PomDependencyCollector Modifier and Type Method Description PomDependencyCollector
TargetPlatformFactory. newPomDependencyCollector()
Creates a new object for collecting the bundles within the POM dependencies.Methods in org.eclipse.tycho.p2.target.facade with parameters of type PomDependencyCollector Modifier and Type Method Description TargetPlatform
TargetPlatformFactory. createTargetPlatform(TargetPlatformConfigurationStub tpConfiguration, ExecutionEnvironmentConfiguration eeConfiguration, java.util.List<ReactorProject> reactorProjects, PomDependencyCollector pomDependencies)
-
Uses of PomDependencyCollector in org.eclipse.tycho.repository.registry.facade
Methods in org.eclipse.tycho.repository.registry.facade with parameters of type PomDependencyCollector Modifier and Type Method Description TargetPlatform
ReactorRepositoryManagerFacade. computePreliminaryTargetPlatform(ReactorProject project, TargetPlatformConfigurationStub tpConfiguration, ExecutionEnvironmentConfiguration eeConfiguration, java.util.List<ReactorProject> reactorProjects, PomDependencyCollector pomDependencies)
Computes the target platform with dependency-only p2 metadata and attaches it to the given project.
-