Interface TargetPlatformFactory
-
- All Known Implementing Classes:
TargetPlatformFactoryImpl
public interface TargetPlatformFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TargetPlatform
createTargetPlatform(TargetPlatformConfigurationStub tpConfiguration, ExecutionEnvironmentConfiguration eeConfiguration, java.util.List<ReactorProject> reactorProjects, PomDependencyCollector pomDependencies)
PomDependencyCollector
newPomDependencyCollector()
Creates a new object for collecting the bundles within the POM dependencies.
-
-
-
Method Detail
-
newPomDependencyCollector
PomDependencyCollector newPomDependencyCollector()
Creates a new object for collecting the bundles within the POM dependencies.
-
createTargetPlatform
TargetPlatform createTargetPlatform(TargetPlatformConfigurationStub tpConfiguration, ExecutionEnvironmentConfiguration eeConfiguration, java.util.List<ReactorProject> reactorProjects, PomDependencyCollector pomDependencies)
-
-