Interface PublishProductTool
-
- All Known Implementing Classes:
PublishProductToolImpl
public interface PublishProductTool
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<DependencySeed>
publishProduct(File productDefinition, File launcherBinaries, String flavor)
Publishes the given product definition.
-
-
-
Method Detail
-
publishProduct
List<DependencySeed> publishProduct(File productDefinition, File launcherBinaries, String flavor)
Publishes the given product definition.- Parameters:
productDefinition
- A .product file as defined by the Eclipse PDElauncherBinaries
- A folder that contains the native Eclipse launcher binariesflavor
- The installation flavor the product shall be published for- Returns:
- a handles to the published product IU
-
-