|
||||||||||
| 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 | |
|---|---|
java.lang.String |
getDirectory()
Get Sets the absolute or relative location from the module's directory. |
java.lang.String |
getLineEnding()
Get Sets the line-endings of the files in this fileSet. |
java.lang.String |
getModelEncoding()
|
boolean |
isFiltered()
Get Whether to filter symbols in the files as they are copied, using properties from the build configuration. |
void |
setDirectory(java.lang.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(java.lang.String lineEnding)
Set Sets the line-endings of the files in this fileSet. |
void |
setModelEncoding(java.lang.String modelEncoding)
|
| 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 java.lang.String getDirectory()
public java.lang.String getLineEnding()
public boolean isFiltered()
public void setDirectory(java.lang.String directory)
directory - public void setFiltered(boolean filtered)
filtered - public void setLineEnding(java.lang.String lineEnding)
lineEnding - public void setModelEncoding(java.lang.String modelEncoding)
setModelEncoding in class SetBasepublic java.lang.String getModelEncoding()
getModelEncoding in class SetBase
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||