|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.plugin.assembly.model.SetBase
org.apache.maven.plugin.assembly.model.FileSet
public class FileSet
A fileSet allows the inclusion of groups of files into the assembly.
Constructor Summary | |
---|---|
FileSet()
|
Method Summary | |
---|---|
String |
getDirectory()
Get sets the absolute or relative location from the module's directory. |
String |
getLineEnding()
Get sets the line-endings of the files in this fileSet. |
boolean |
isFiltered()
Get whether to filter symbols in the files as they are copied, using properties from the build configuration. |
void |
setDirectory(String directory)
Set sets the absolute or relative location from the module's directory. |
void |
setFiltered(boolean filtered)
Set whether to filter symbols in the files as they are copied, using properties from the build configuration. |
void |
setLineEnding(String lineEnding)
Set sets the line-endings of the files in this fileSet. |
Methods inherited from class org.apache.maven.plugin.assembly.model.SetBase |
---|
addExclude, addInclude, getDirectoryMode, getExcludes, getFileMode, getIncludes, getOutputDirectory, isUseDefaultExcludes, isUseStrictFiltering, removeExclude, removeInclude, setDirectoryMode, setExcludes, setFileMode, setIncludes, setOutputDirectory, setUseDefaultExcludes, setUseStrictFiltering |
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 boolean isFiltered()
public void setDirectory(String directory)
directory
- public void setFiltered(boolean filtered)
filtered
- public void setLineEnding(String lineEnding)
lineEnding
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |