Interface PublishProductTool
-
- All Known Implementing Classes:
PublishProductToolImpl
public interface PublishProductTool
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<DependencySeed>
publishProduct(java.io.File productDefinition, java.io.File launcherBinaries, java.lang.String flavor)
Publishes the given product definition.
-
-
-
Method Detail
-
publishProduct
java.util.List<DependencySeed> publishProduct(java.io.File productDefinition, java.io.File launcherBinaries, java.lang.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
-
-