org.codehaus.cargo.maven2.configuration
Class Resource
java.lang.Object
org.codehaus.cargo.maven2.configuration.Resource
public class Resource
- extends Object
Holds configuration data for the <resource>
tag used to
configure the plugin in the pom.xml
file.
- Author:
- Alexander Brill
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Resource
public Resource()
getName
public String getName()
setName
public void setName(String name)
getType
public String getType()
setType
public void setType(String type)
getParameters
public Map getParameters()
setParameters
public void setParameters(Map parameters)
createResource
public Resource createResource(String containerId,
CargoProject project)
Copyright © 2004-2012 Codehaus. All Rights Reserved.