public interface PublishProductTool
| Modifier and Type | Method and Description |
|---|---|
java.util.List<DependencySeed> |
publishProduct(java.io.File productDefinition,
java.io.File launcherBinaries,
java.lang.String flavor)
Publishes the given product definition.
|
java.util.List<DependencySeed> publishProduct(java.io.File productDefinition, java.io.File launcherBinaries, java.lang.String flavor)
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