Class PublishProductToolImpl
java.lang.Object
org.eclipse.tycho.p2.tools.publisher.PublishProductToolImpl
- All Implemented Interfaces:
PublishProductTool
Tool for transforming product definition source files into p2 metadata and artifacts. Includes
more steps than classic publisher would do, e.g. qualifier expansion.
-
Constructor Summary
ConstructorsConstructorDescriptionPublishProductToolImpl(org.eclipse.tycho.p2.tools.publisher.PublisherActionRunner publisherRunner, PublishingRepository publishingRepository, P2TargetPlatform targetPlatform, String buildQualifier, Interpolator interpolator, MavenLogger logger) -
Method Summary
Modifier and TypeMethodDescriptionpublishProduct(File productFile, File launcherBinaries, String flavor)
-
Constructor Details
-
Method Details
-
publishProduct
public List<DependencySeed> publishProduct(File productFile, File launcherBinaries, String flavor) throws IllegalArgumentException - Specified by:
publishProductin interfacePublishProductTool- Throws:
IllegalArgumentException
-