public interface PublisherService
| Modifier and Type | Method and Description |
|---|---|
Collection<?> |
publishCategories(File categoryDefinition)
Publishes given category definitions.
|
Collection<?> |
publishEEProfile(File profileFile)
Publishes the given OSGi execution environment profile file.
|
Collection<?> |
publishProduct(File productDefinition,
File launcherBinaries,
String flavor)
Publishes the given product definition.
|
Collection<?> publishCategories(File categoryDefinition) throws FacadeException
categoryDefinition - A category.xml file as defined by the Eclipse PDEFacadeException - if a checked exception occurs during publishingCollection<?> publishProduct(File productDefinition, File launcherBinaries, String flavor) throws FacadeException
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 forFacadeException - if a checked exception occurs during publishingCollection<?> publishEEProfile(File profileFile) throws FacadeException
profileFile - the .profile fileFacadeException - if a checked exception occurs during publishingCopyright © 2008-2013 Eclipse Foundation. All Rights Reserved.