org.codehaus.cargo.maven2.configuration
Class Deployer

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

Constructor Summary
Deployer()
           
 
Method Summary
 org.codehaus.cargo.container.deployer.Deployer createDeployer(org.codehaus.cargo.container.Container container)
           
 Deployable[] getDeployables()
           
 java.lang.Class getImplementation()
           
 java.lang.String getType()
           
 void setImplementation(java.lang.Class implementation)
           
 void setType(java.lang.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 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-2008 Codehaus. All Rights Reserved.