org.codehaus.cargo.maven2.configuration
Class Deployer
java.lang.Object
org.codehaus.cargo.maven2.configuration.Deployer
public class Deployer
- extends Object
Holds configuration data for the <deployer>
tag used to configure
the plugin in the pom.xml
file.
- Version:
- $Id: Deployer.java 1702 2008-09-02 12:37:46Z adriana $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Deployer
public Deployer()
getImplementation
public String getImplementation()
setImplementation
public void setImplementation(String implementation)
getType
public String getType()
setType
public void setType(String type)
getDeployables
public Deployable[] getDeployables()
createDeployer
public Deployer createDeployer(Container container)
throws org.apache.maven.plugin.MojoExecutionException
- Throws:
org.apache.maven.plugin.MojoExecutionException
Copyright © 2004-2012 Codehaus. All Rights Reserved.