| Constructor and Description |
|---|
DefaultDeployer() |
public DefaultDeployer()
public void initService(ServiceLocator locator)
initService in interface Servicepublic DefaultDeployer setFileProcessor(FileProcessor fileProcessor)
public DefaultDeployer setRepositoryEventDispatcher(RepositoryEventDispatcher repositoryEventDispatcher)
public DefaultDeployer setRepositoryConnectorProvider(RepositoryConnectorProvider repositoryConnectorProvider)
public DefaultDeployer setRemoteRepositoryManager(RemoteRepositoryManager remoteRepositoryManager)
public DefaultDeployer setUpdateCheckManager(UpdateCheckManager updateCheckManager)
public DefaultDeployer addMetadataGeneratorFactory(MetadataGeneratorFactory factory)
public DefaultDeployer setMetadataGeneratorFactories(Collection<MetadataGeneratorFactory> metadataFactories)
public DefaultDeployer setSyncContextFactory(SyncContextFactory syncContextFactory)
public DefaultDeployer setOfflineController(OfflineController offlineController)
public DeployResult deploy(RepositorySystemSession session, DeployRequest request) throws DeploymentException
Deployerdeploy in interface Deployersession - The repository session, must not be null.request - The deployment request, must not be null.null.DeploymentException - If any artifact/metadata from the request could not be deployed.RepositorySystem.deploy(RepositorySystemSession, DeployRequest),
MetadataGeneratorFactory.newInstance(RepositorySystemSession, DeployRequest)Copyright © 2010–2022 The Apache Software Foundation. All rights reserved.