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