com.mindtree.techworks.insight.releng.mvn.nsis.resources
Class CopiedResources

java.lang.Object
  extended by com.mindtree.techworks.insight.releng.mvn.nsis.resources.CopiedResources
All Implemented Interfaces:
java.io.Serializable

public class CopiedResources
extends java.lang.Object
implements java.io.Serializable

Bean used to pass information between the resource Mojo and the Velocity Mojo on resources copied over. The sectionName attribute contains the name of the section for which the resources have been copied. This will remain blank for shared resources, such as license and notice files.

Version:
$Revision: 87 $ $Date: 2007-12-28 04:19:31 -0700 (Fri, 28 Dec 2007) $
Author:
Bindul Bhowmik
See Also:
Serialized Form

Constructor Summary
CopiedResources()
           
 
Method Summary
 void addResource(java.lang.String resource)
          Adds a single resource
 java.util.List getResources()
           
 java.lang.String getSectionName()
           
 void setResources(java.util.List resources)
           
 void setSectionName(java.lang.String sectionName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CopiedResources

public CopiedResources()
Method Detail

getSectionName

public java.lang.String getSectionName()
Returns:
the sectionName

setSectionName

public void setSectionName(java.lang.String sectionName)
Parameters:
sectionName - the sectionName to set

getResources

public java.util.List getResources()
Returns:
the resources

setResources

public void setResources(java.util.List resources)
Parameters:
resources - the resources to set

addResource

public void addResource(java.lang.String resource)
Adds a single resource

Parameters:
resource - The resource to add


Copyright © 2007-2009 MindTree Insight. All Rights Reserved.