|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.maven.shared.model.fileset.SetBase
org.apache.maven.shared.model.fileset.FileSet
Defines the rules for matching and working with files in a given base directory.
| Constructor Summary | |
FileSet()
|
|
| Method Summary | |
String |
getDirectory()
Get Absolute or relative from the module's directory. |
String |
getLineEnding()
Get Controls the line-endings of files in this fileSet. |
String |
getModelEncoding()
|
void |
setDirectory(String directory)
Set Absolute or relative from the module's directory. |
void |
setLineEnding(String lineEnding)
Set Controls the line-endings of files in this fileSet. |
void |
setModelEncoding(String modelEncoding)
|
| Methods inherited from class org.apache.maven.shared.model.fileset.SetBase |
addExclude, addInclude, getDirectoryMode, getExcludes, getExcludesArray, getFileMode, getIncludes, getIncludesArray, getMapper, getOutputDirectory, isFollowSymlinks, isUseDefaultExcludes, removeExclude, removeInclude, setDirectoryMode, setExcludes, setFileMode, setFollowSymlinks, setIncludes, setMapper, setOutputDirectory, setUseDefaultExcludes |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public FileSet()
| Method Detail |
public String getDirectory()
public String getLineEnding()
public void setDirectory(String directory)
directory - public void setLineEnding(String lineEnding)
lineEnding - public void setModelEncoding(String modelEncoding)
setModelEncoding in class SetBasepublic String getModelEncoding()
getModelEncoding in class SetBase
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||