org.codehaus.cargo.maven2.configuration
Class Configuration
java.lang.Object
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 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Configuration
public Configuration()
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.