java.io.Serializablepublic class FileSet extends SetBase implements java.io.Serializable
| Constructor | Description |
|---|---|
FileSet() |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getDirectory() |
Get absolute or relative from the module's directory.
|
java.lang.String |
getLineEnding() |
Get controls the line-endings of files in this fileSet.
|
java.lang.String |
getModelEncoding() |
Get the modelEncoding field.
|
void |
setDirectory(java.lang.String directory) |
Set absolute or relative from the module's directory.
|
void |
setLineEnding(java.lang.String lineEnding) |
Set controls the line-endings of files in this fileSet.
|
void |
setModelEncoding(java.lang.String modelEncoding) |
Set the modelEncoding field.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddExclude, addInclude, getDirectoryMode, getExcludes, getExcludesArray, getFileMode, getIncludes, getIncludesArray, getMapper, getOutputDirectory, isFollowSymlinks, isUseDefaultExcludes, removeExclude, removeInclude, setDirectoryMode, setExcludes, setFileMode, setFollowSymlinks, setIncludes, setMapper, setOutputDirectory, setUseDefaultExcludespublic java.lang.String getDirectory()
public java.lang.String getLineEnding()
public java.lang.String getModelEncoding()
public void setDirectory(java.lang.String directory)
directory - public void setLineEnding(java.lang.String lineEnding)
lineEnding - public void setModelEncoding(java.lang.String modelEncoding)
modelEncoding -