public class DomainBundleArchiveDeployer extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
LOGGER |
| Constructor and Description |
|---|
DomainBundleArchiveDeployer(DeploymentListener deploymentListener,
ArchiveDeployer<Domain> domainDeployer,
ObservableList<Domain> domains,
ArchiveDeployer<Application> applicationDeployer,
ObservableList<Application> applications,
DeploymentListener domainDeploymentListener,
CompositeDeploymentListener applicationDeploymentListener,
DeploymentService deploymentService)
Creates a new deployer
|
public DomainBundleArchiveDeployer(DeploymentListener deploymentListener, ArchiveDeployer<Domain> domainDeployer, ObservableList<Domain> domains, ArchiveDeployer<Application> applicationDeployer, ObservableList<Application> applications, DeploymentListener domainDeploymentListener, CompositeDeploymentListener applicationDeploymentListener, DeploymentService deploymentService)
deploymentListener - listener to notify the deployment stepsdomainDeployer - deploys the domains artifacts contained on the domain bundlesdomains - maintains the deployed domain artifactsapplicationDeployer - deploys the application artifact contained on the domain bundlesapplications - maintains the deployed application artifactsdomainDeploymentListener - applicationDeploymentListener - deploymentService - public void deployArtifact(URI uri) throws DeploymentException
uri - points to the domain bundle file to be deployedDeploymentException - when the domain bundle was not successfully deployedCopyright © 2003–2025 MuleSoft, Inc.. All rights reserved.