public class StandaloneDeployer extends Object
| Constructor and Description |
|---|
StandaloneDeployer(MuleProcessController mule,
DeployerLog log,
File application,
Long timeout,
String[] arguments,
Long pollingDelay) |
| Modifier and Type | Method and Description |
|---|---|
StandaloneDeployer |
addDomain(File domain) |
void |
addDomainFromDeploymentConfiguration(DeploymentConfiguration configuration) |
StandaloneDeployer |
addLibraries(List<File> libs) |
void |
execute() |
String |
toString() |
public StandaloneDeployer(MuleProcessController mule, DeployerLog log, File application, Long timeout, String[] arguments, Long pollingDelay)
public void execute()
throws DeploymentException
DeploymentExceptionpublic StandaloneDeployer addLibraries(List<File> libs)
public StandaloneDeployer addDomain(File domain) throws DeploymentException
DeploymentExceptionpublic void addDomainFromDeploymentConfiguration(DeploymentConfiguration configuration) throws DeploymentException
DeploymentExceptionCopyright © 2017. All rights reserved.