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 TargetPlatformReactorRepositoryManagerImpl. 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 PomDependencyCollectorP2DependencyResolver. collectPomDependencies(org.apache.maven.project.MavenProject project, java.util.List<ReactorProject> reactorProjects, org.apache.maven.execution.MavenSession session)(package private) PomDependencyCollectorPomDependencyProcessor. collectPomDependencies(org.apache.maven.project.MavenProject project, java.util.Collection<org.apache.maven.artifact.Artifact> transitivePomDependencies)PomDependencyCollectorP2ResolverFactoryImpl. 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 PomDependencyCollectorP2ResolverFactory. 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 classPomDependencyCollectorImplMethods in org.eclipse.tycho.p2.target that return PomDependencyCollector Modifier and Type Method Description PomDependencyCollectorTargetPlatformFactoryImpl. newPomDependencyCollector()Methods in org.eclipse.tycho.p2.target with parameters of type PomDependencyCollector Modifier and Type Method Description P2TargetPlatformTargetPlatformFactoryImpl. createTargetPlatform(TargetPlatformConfigurationStub tpConfiguration, ExecutionEnvironmentConfiguration eeConfiguration, java.util.List<ReactorProject> reactorProjects, PomDependencyCollector pomDependencies)P2TargetPlatformTargetPlatformFactoryImpl. 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 PomDependencyCollectorTargetPlatformFactory. 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 TargetPlatformTargetPlatformFactory. 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 TargetPlatformReactorRepositoryManagerFacade. 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.
-