| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.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 | |
|---|---|
 void | 
addExclude(String string)
Method addExclude.  | 
 void | 
addInclude(String string)
Method addInclude.  | 
 String | 
getDirectory()
Get sets the absolute or relative location from the module's directory.  | 
 String | 
getDirectoryMode()
Get similar to a UNIX permission, sets the directory mode of the directories included.  | 
 List<String> | 
getExcludes()
Method getExcludes.  | 
 String | 
getFileMode()
Get similar to a UNIX permission, sets the file mode of the files included.  | 
 List<String> | 
getIncludes()
Method getIncludes.  | 
 String | 
getLineEnding()
Get sets the line-endings of the files in this fileSet.  | 
 String | 
getOutputDirectory()
Get sets the output directory relative to the root of the root directory of the assembly.  | 
 boolean | 
isFiltered()
Get whether to filter symbols in the files as they are copied, using properties from the build configuration.  | 
 boolean | 
isUseDefaultExcludes()
Get whether standard exclusion patterns, such as those matching CVS and Subversion metadata files, should be used when calculating the files affected by this set.  | 
 void | 
removeExclude(String string)
Method removeExclude.  | 
 void | 
removeInclude(String string)
Method removeInclude.  | 
 void | 
setDirectory(String directory)
Set sets the absolute or relative location from the module's directory.  | 
 void | 
setDirectoryMode(String directoryMode)
Set similar to a UNIX permission, sets the directory mode of the directories included.  | 
 void | 
setExcludes(List<String> excludes)
Set when <exclude> subelements are present, they define a set of files and directory to exclude.  | 
 void | 
setFileMode(String fileMode)
Set similar to a UNIX permission, sets the file mode of the files included.  | 
 void | 
setFiltered(boolean filtered)
Set whether to filter symbols in the files as they are copied, using properties from the build configuration.  | 
 void | 
setIncludes(List<String> includes)
Set when <include> subelements are present, they define a set of files and directory to include.  | 
 void | 
setLineEnding(String lineEnding)
Set sets the line-endings of the files in this fileSet.  | 
 void | 
setOutputDirectory(String outputDirectory)
Set sets the output directory relative to the root of the root directory of the assembly.  | 
 void | 
setUseDefaultExcludes(boolean useDefaultExcludes)
Set whether standard exclusion patterns, such as those matching CVS and Subversion metadata files, should be used when calculating the files affected by this set.  | 
| 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 void addExclude(String string)
string - public void addInclude(String string)
string - public String getDirectory()
public String getDirectoryMode()
public List<String> getExcludes()
public String getFileMode()
public List<String> getIncludes()
public String getLineEnding()
public String getOutputDirectory()
public boolean isFiltered()
public boolean isUseDefaultExcludes()
public void removeExclude(String string)
string - public void removeInclude(String string)
string - public void setDirectory(String directory)
directory - public void setDirectoryMode(String directoryMode)
directoryMode - public void setExcludes(List<String> excludes)
excludes - public void setFileMode(String fileMode)
fileMode - public void setFiltered(boolean filtered)
filtered - public void setIncludes(List<String> includes)
includes - public void setLineEnding(String lineEnding)
lineEnding - public void setOutputDirectory(String outputDirectory)
outputDirectory - public void setUseDefaultExcludes(boolean useDefaultExcludes)
useDefaultExcludes - 
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||