org.codehaus.cargo.maven2.configuration
Class Resource

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

Constructor Summary
Resource()
           
 
Method Summary
 Resource createResource(java.lang.String containerId, CargoProject project)
           
 java.lang.String getName()
           
 java.util.Map getParameters()
           
 java.lang.String getType()
           
 void setName(java.lang.String name)
           
 void setParameters(java.util.Map parameters)
           
 void setType(java.lang.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 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.