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)
Create a deployer.
|
String |
getImplementation() |
String |
getType() |
void |
setImplementation(String implementation) |
void |
setType(String type) |
public String getImplementation()
public void setImplementation(String implementation)
implementation - Deployer implementation.public String getType()
public void setType(String type)
type - Deployer type.public org.codehaus.cargo.container.deployer.Deployer createDeployer(org.codehaus.cargo.container.Container container)
throws org.apache.maven.plugin.MojoExecutionException
container - Container.org.apache.maven.plugin.MojoExecutionException - If deployer implementation not found.Copyright © 2004–2016 Github. All rights reserved.