org.codehaus.enunciate.config.war
Class CopyResources

java.lang.Object
  extended by org.codehaus.enunciate.config.war.CopyResources

public class CopyResources
extends java.lang.Object

Configuration element used to specify a pattern of resources to copy.

Author:
Ryan Heaton

Constructor Summary
CopyResources()
           
 
Method Summary
 java.lang.String getDir()
          The base directory for the resource copy.
 java.lang.String getPattern()
          The matching pattern for the resources to copy.
 void setDir(java.lang.String dir)
          The base directory for the resource copy.
 void setPattern(java.lang.String pattern)
          The matching pattern for the resources to copy.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CopyResources

public CopyResources()
Method Detail

getPattern

public java.lang.String getPattern()
The matching pattern for the resources to copy.

Returns:
The matching pattern for the resources to copy.

setPattern

public void setPattern(java.lang.String pattern)
The matching pattern for the resources to copy.

Parameters:
pattern - The matching pattern for the resources to copy.

getDir

public java.lang.String getDir()
The base directory for the resource copy.

Returns:
The base directory for the resource copy.

setDir

public void setDir(java.lang.String dir)
The base directory for the resource copy.

Parameters:
dir - The base directory for the resource copy.