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> |
publishEEProfile(String profileName)
Publishes the given OSGi execution environment profile.
|
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 publishingCollection<DependencySeed> publishEEProfile(String profileName) throws FacadeException
profilename
- the profile nameFacadeException
- if a checked exception occurs during publishingCopyright © 2008–2019 Eclipse Foundation. All rights reserved.