public class Deployer extends Object
<deployer> tag used to configure
the plugin in the pom.xml file.| Constructor and Description |
|---|
Deployer() |
| Modifier and Type | Method and Description |
|---|---|
org.codehaus.cargo.container.deployer.Deployer |
createDeployer(org.codehaus.cargo.container.Container container) |
Deployable[] |
getDeployables() |
Class |
getImplementation() |
String |
getType() |
void |
setImplementation(Class implementation) |
void |
setType(String type) |
public Class getImplementation()
public void setImplementation(Class implementation)
public String getType()
public void setType(String type)
public Deployable[] getDeployables()
public org.codehaus.cargo.container.deployer.Deployer createDeployer(org.codehaus.cargo.container.Container container)
throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionExceptionCopyright © 2004-2013 Codehaus. All Rights Reserved.