org.codehaus.cargo.maven2.configuration
Class Configuration

java.lang.Object
  extended by org.codehaus.cargo.maven2.configuration.Configuration

public class Configuration
extends java.lang.Object

Holds configuration data for the <configuration> tag used to configure the plugin in the pom.xml file.

Version:
$Id: Configuration.java 1235 2006-11-26 10:07:43Z vmassol $

Constructor Summary
Configuration()
           
 
Method Summary
 Configuration createConfiguration(java.lang.String containerId, ContainerType containerType, CargoProject project)
           
 Deployable[] getDeployables()
           
 java.lang.String getHome()
           
 java.lang.Class getImplementation()
           
 java.util.Map getProperties()
           
 ConfigurationType getType()
           
 void setDeployables(Deployable[] deployables)
           
 void setHome(java.lang.String home)
           
 void setImplementation(java.lang.Class implementation)
           
 void setProperties(java.util.Map properties)
           
 void setType(ConfigurationType type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Configuration

public Configuration()
Method Detail

getType

public ConfigurationType getType()

setType

public void setType(ConfigurationType type)

getHome

public java.lang.String getHome()

setHome

public void setHome(java.lang.String home)

getProperties

public java.util.Map getProperties()

setProperties

public void setProperties(java.util.Map properties)

getDeployables

public Deployable[] getDeployables()

setDeployables

public void setDeployables(Deployable[] deployables)

getImplementation

public java.lang.Class getImplementation()

setImplementation

public void setImplementation(java.lang.Class implementation)

createConfiguration

public Configuration createConfiguration(java.lang.String containerId,
                                         ContainerType containerType,
                                         CargoProject project)
                                  throws org.apache.maven.plugin.MojoExecutionException
Throws:
org.apache.maven.plugin.MojoExecutionException


Copyright © 2004-2011 Codehaus. All Rights Reserved.