org.codehaus.cargo.maven2.configuration
Class Resource
java.lang.Object
org.codehaus.cargo.maven2.configuration.Resource
public class Resource
- extends java.lang.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 java.lang.String getName()
setName
public void setName(java.lang.String name)
getType
public java.lang.String getType()
setType
public void setType(java.lang.String type)
getParameters
public java.util.Map getParameters()
setParameters
public void setParameters(java.util.Map parameters)
createResource
public Resource createResource(java.lang.String containerId,
CargoProject project)
Copyright © 2004-2011 Codehaus. All Rights Reserved.