org.codehaus.cargo.maven2.configuration
Class Deployer

java.lang.Object
  extended by 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 $

Constructor Summary
Deployer()
           
 
Method Summary
 Deployer createDeployer(Container container)
           
 Deployable[] getDeployables()
           
 String getImplementation()
           
 String getType()
           
 void setImplementation(String implementation)
           
 void setType(String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Deployer

public Deployer()
Method Detail

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.