public class FileSet extends PatternSet implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
directory
Describe the directory where the resources are stored.
|
| Constructor and Description |
|---|
FileSet() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDirectory()
Get describe the directory where the resources are stored.
|
void |
setDirectory(java.lang.String directory)
Set describe the directory where the resources are stored.
|
java.lang.String |
toString() |
addExclude, addInclude, getExcludes, getIncludes, removeExclude, removeInclude, setExcludes, setIncludesprivate java.lang.String directory
public java.lang.String getDirectory()
public void setDirectory(java.lang.String directory)
directory - public java.lang.String toString()
toString in class PatternSetObject.toString()