public interface PublisherService
| Modifier and Type | Method and Description |
|---|---|
Collection<DependencySeed> |
publishCategories(File categoryDefinition)
Publishes given category definitions.
|
Collection<DependencySeed> |
publishEEProfile(File profileFile)
Publishes the given OSGi execution environment profile file.
|
Collection<DependencySeed> publishCategories(File categoryDefinition) throws FacadeException
categoryDefinition - A category.xml file as defined by the Eclipse PDEFacadeException - if a checked exception occurs during publishingCollection<DependencySeed> publishEEProfile(File profileFile) throws FacadeException
profileFile - the .profile fileFacadeException - if a checked exception occurs during publishingCopyright © 2008-2015 Eclipse Foundation. All Rights Reserved.