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() |
String |
getImplementation() |
String |
getType() |
void |
setImplementation(String implementation) |
void |
setType(String type) |
public String getImplementation()
public void setImplementation(String 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.MojoExecutionException
Copyright © 2004-2013 Codehaus. All Rights Reserved.