|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.codehaus.enunciate.config.war.CopyResources
public class CopyResources
Configuration element used to specify a pattern of resources to copy.
| 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 |
|---|
public CopyResources()
| Method Detail |
|---|
public java.lang.String getPattern()
public void setPattern(java.lang.String pattern)
pattern - The matching pattern for the resources to copy.public java.lang.String getDir()
public void setDir(java.lang.String dir)
dir - The base directory for the resource copy.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||