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 |
---|---|
private void |
P2DependencyResolver.addEntireP2RepositoryToTargetPlatform(org.apache.maven.artifact.repository.ArtifactRepository repository,
TargetPlatformConfigurationStub resolutionContext) |
private void |
P2DependencyResolver.addTargetFileContentToTargetPlatform(java.io.File targetFile,
IncludeSourceMode includeSourcesMode,
TargetPlatformConfigurationStub resolutionContext) |
P2ResolutionResult |
P2ResolverImpl.getTargetPlatformAsResolutionResult(TargetPlatformConfigurationStub tpConfiguration,
java.lang.String eeName) |
P2ResolutionResult |
P2ResolverImpl.resolveMetadata(TargetPlatformConfigurationStub tpConfiguration,
java.lang.String eeName) |
Modifier and Type | Method and Description |
---|---|
P2ResolutionResult |
P2Resolver.getTargetPlatformAsResolutionResult(TargetPlatformConfigurationStub tpConfiguration,
java.lang.String eeName) |
P2ResolutionResult |
P2Resolver.resolveMetadata(TargetPlatformConfigurationStub context,
java.lang.String executionEnvironmentName) |
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.
|
private java.util.List<TargetDefinitionContent> |
TargetPlatformFactoryImpl.resolveTargetDefinitions(TargetPlatformConfigurationStub tpConfiguration,
ExecutionEnvironmentResolutionHints eeResolutionHints) |
private boolean |
TargetPlatformFactoryImpl.shouldIncludeLocallyInstalledUnits(TargetPlatformConfigurationStub tpConfiguration) |
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.
|