org.codehaus.cargo.maven2.configuration
Class Configuration

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

public class Configuration
extends Object

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

Version:
$Id: Configuration.java 1867 2009-02-12 00:52:35Z mwringe $

Constructor Summary
Configuration()
           
 
Method Summary
 Configuration createConfiguration(String containerId, ContainerType containerType, CargoProject project)
           
 FileConfig[] getConfigfiles()
           
 Deployable[] getDeployables()
           
 FileConfig[] getFiles()
           
 String getHome()
           
 String getImplementation()
           
 Map getProperties()
           
 Resource[] getResources()
           
 ConfigurationType getType()
           
 void setConfigfiles(FileConfig[] configfiles)
           
 void setDeployables(Deployable[] deployables)
           
 void setFiles(FileConfig[] fileConfigs)
           
 void setHome(String home)
           
 void setImplementation(String implementation)
           
 void setProperties(Map properties)
           
 void setResources(Resource[] rlist)
           
 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 String getHome()

setHome

public void setHome(String home)

getProperties

public Map getProperties()

setProperties

public void setProperties(Map properties)

getDeployables

public Deployable[] getDeployables()

setDeployables

public void setDeployables(Deployable[] deployables)

getConfigfiles

public FileConfig[] getConfigfiles()

setConfigfiles

public void setConfigfiles(FileConfig[] configfiles)

getFiles

public FileConfig[] getFiles()

setFiles

public void setFiles(FileConfig[] fileConfigs)

getImplementation

public String getImplementation()

setImplementation

public void setImplementation(String implementation)

getResources

public Resource[] getResources()

setResources

public void setResources(Resource[] rlist)

createConfiguration

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


Copyright © 2004-2012 Codehaus. All Rights Reserved.