public class FileSet extends SetBase implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
directory
Absolute or relative from the module's
directory.
|
private java.lang.String |
lineEnding
Controls the line-endings of files in this
fileSet.
|
private java.lang.String |
modelEncoding
Field modelEncoding.
|
| Constructor and Description |
|---|
FileSet() |
| Modifier and Type | Method and 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.
|
addExclude, addInclude, getDirectoryMode, getExcludes, getExcludesArray, getFileMode, getIncludes, getIncludesArray, getMapper, getOutputDirectory, isFollowSymlinks, isUseDefaultExcludes, removeExclude, removeInclude, setDirectoryMode, setExcludes, setFileMode, setFollowSymlinks, setIncludes, setMapper, setOutputDirectory, setUseDefaultExcludesprivate java.lang.String directory
private java.lang.String lineEnding
private java.lang.String modelEncoding
public 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 -