public interface PublisherService
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<DependencySeed> |
publishCategories(java.io.File categoryDefinition)
Publishes given category definitions.
|
java.util.Collection<DependencySeed> |
publishEEProfile(java.io.File profileFile)
Publishes the given OSGi execution environment profile file.
|
java.util.Collection<DependencySeed> publishCategories(java.io.File categoryDefinition) throws FacadeException
categoryDefinition - A category.xml file as defined by the Eclipse PDEFacadeException - if a checked exception occurs during publishingjava.util.Collection<DependencySeed> publishEEProfile(java.io.File profileFile) throws FacadeException
profileFile - the .profile fileFacadeException - if a checked exception occurs during publishing