Modifier and Type | Method and Description |
---|---|
TargetPlatform |
ReactorRepositoryManagerImpl.computePreliminaryTargetPlatform(ReactorProject project,
TargetPlatformConfigurationStub tpConfiguration,
ExecutionEnvironmentConfiguration eeConfiguration,
java.util.List<ReactorProject> reactorProjects,
PomDependencyCollector pomDependencies) |
Modifier and Type | Method and Description |
---|---|
(package private) PomDependencyCollector |
PomDependencyProcessor.collectPomDependencies(org.apache.maven.project.MavenProject project,
java.util.Collection<org.apache.maven.artifact.Artifact> transitivePomDependencies) |
private PomDependencyCollector |
P2DependencyResolver.collectPomDependencies(org.apache.maven.project.MavenProject project,
java.util.List<ReactorProject> reactorProjects,
org.apache.maven.execution.MavenSession session) |
PomDependencyCollector |
P2ResolverFactoryImpl.newPomDependencyCollector() |
Modifier and Type | Method and Description |
---|---|
PomDependencyCollector |
P2ResolverFactory.newPomDependencyCollector()
Creates a new object for collecting the bundles within the POM dependencies.
|
Modifier and Type | Class and Description |
---|---|
class |
PomDependencyCollectorImpl |
Modifier and Type | Field and Description |
---|---|
private PomDependencyCollector |
PomDependencyCollectorTest.subject |
Modifier and Type | Method and Description |
---|---|
PomDependencyCollector |
TargetPlatformFactoryImpl.newPomDependencyCollector() |
PomDependencyCollector |
TestResolverFactory.newPomDependencyCollector() |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
PomDependencyCollector |
TargetPlatformFactory.newPomDependencyCollector()
Creates a new object for collecting the bundles within the POM dependencies.
|
Modifier and Type | Method and Description |
---|---|
TargetPlatform |
TargetPlatformFactory.createTargetPlatform(TargetPlatformConfigurationStub tpConfiguration,
ExecutionEnvironmentConfiguration eeConfiguration,
java.util.List<ReactorProject> reactorProjects,
PomDependencyCollector pomDependencies) |
Modifier and Type | Method and 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.
|