Class PublisherServiceFactoryImpl
java.lang.Object
org.eclipse.tycho.p2.tools.publisher.PublisherServiceFactoryImpl
- All Implemented Interfaces:
PublisherServiceFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateProductPublisher(ReactorProject project, List<TargetEnvironment> environments, String buildQualifier, Interpolator interpolator) createPublisher(ReactorProject project, List<TargetEnvironment> environments) voidsetMavenContext(MavenContext mavenContext) voidsetReactorRepositoryManager(ReactorRepositoryManager reactorRepoManager)
-
Constructor Details
-
PublisherServiceFactoryImpl
public PublisherServiceFactoryImpl()
-
-
Method Details
-
createPublisher
public PublisherService createPublisher(ReactorProject project, List<TargetEnvironment> environments) - Specified by:
createPublisherin interfacePublisherServiceFactory
-
createProductPublisher
public PublishProductTool createProductPublisher(ReactorProject project, List<TargetEnvironment> environments, String buildQualifier, Interpolator interpolator) - Specified by:
createProductPublisherin interfacePublisherServiceFactory
-
setReactorRepositoryManager
-