org.codehaus.cargo.maven2.configuration
Class Resource

java.lang.Object
  extended by 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

Constructor Summary
Resource()
           
 
Method Summary
 Resource createResource(String containerId, CargoProject project)
           
 String getName()
           
 Map getParameters()
           
 String getType()
           
 void setName(String name)
           
 void setParameters(Map parameters)
           
 void setType(String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Resource

public Resource()
Method Detail

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.