public interface PublisherServiceFactory
Modifier and Type | Method and Description |
---|---|
PublisherService |
createPublisher(RepositoryReferences contextRepositories,
BuildContext buildContext)
Creates a
PublisherService instance that can be used to publish artifacts. |
PublisherService createPublisher(RepositoryReferences contextRepositories, BuildContext buildContext) throws FacadeException
PublisherService
instance that can be used to publish artifacts. The
results are stored in the build output p2 repository of the given module (identified through
the BuildContext parameter).contextRepositories
- Context metadata repositories that may be consulted by the publishers; note that
artifact repository references in the argument are ignoredbuildContext
- Build information of the current project, e.g. the build output directory.PublisherService
instance.FacadeException
- if a checked exception occurs internallyCopyright © 2008–2018 Eclipse Foundation. All rights reserved.