|
||||||||||
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
public class 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()
Get the modelEncoding field. |
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)
Set the modelEncoding field. |
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 String getModelEncoding()
public void setDirectory(String directory)
directory
- public void setLineEnding(String lineEnding)
lineEnding
- public void setModelEncoding(String modelEncoding)
modelEncoding
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |