public interface Deployment
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
deploy(Set<String> targets,
File file) |
Properties |
getProperties() |
Set<String> |
list(String type,
String state,
Set<String> targets) |
void |
release() |
Set<String> |
restart(Set<String> modules) |
Set<String> |
start(Set<String> modules) |
Set<String> |
stop(Set<String> modules) |
Set<String> |
undeploy(Set<String> modules) |
void release()
Properties getProperties()
Set<String> list(String type, String state, Set<String> targets) throws DeploymentException
DeploymentExceptionSet<String> deploy(Set<String> targets, File file) throws DeploymentException
DeploymentExceptionSet<String> start(Set<String> modules) throws DeploymentException
DeploymentExceptionSet<String> stop(Set<String> modules) throws DeploymentException
DeploymentExceptionSet<String> restart(Set<String> modules) throws DeploymentException
DeploymentExceptionSet<String> undeploy(Set<String> modules) throws DeploymentException
DeploymentExceptionCopyright © 1999–2014 The Apache Software Foundation. All rights reserved.