|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nuiton.license.plugin.model.descriptor.FileSet
public class FileSet
A fileSet allows the inclusion of groups of files into the license set and defines also the type of header to generate.
| Constructor Summary | |
|---|---|
FileSet()
|
|
| Method Summary | |
|---|---|
void |
addExclude(String string)
Method addExclude. |
void |
addInclude(String string)
Method addInclude. |
String |
getBasedir()
Get Sets the basedir directory relative to the root of the root directory of the assembly. |
String |
getExclude()
Get To add a single exclude. |
List<String> |
getExcludes()
Method getExcludes. |
String |
getInclude()
Get To add a single include. |
List<String> |
getIncludes()
Method getIncludes. |
String |
getLineEnding()
Get Sets the line-endings of the files in this fileSet. |
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 |
setBasedir(String basedir)
Set Sets the basedir directory relative to the root of the root directory of the assembly. |
void |
setExclude(String exclude)
Set To add a single exclude. |
void |
setExcludes(List<String> excludes)
Set When <exclude> subelements are present, they define a set of files and directory to exclude. |
void |
setInclude(String include)
Set To add a single include. |
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 |
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 getBasedir()
public String getExclude()
To add a single exclude.
When <exclude> subelements are present, they define a set of files and directory to exclude. If none is present, then <excludes> represents no exclusions.
public List<String> getExcludes()
public String getInclude()
To add a single include.
When <include> subelements are present, they define a set of files and directory to include. If none is present, then <includes> represents all valid values.
public List<String> getIncludes()
public String getLineEnding()
public boolean isUseDefaultExcludes()
public void removeExclude(String string)
string - public void removeInclude(String string)
string - public void setBasedir(String basedir)
basedir - public void setExclude(String exclude)
To add a single exclude.
When <exclude> subelements are present, they define a set of files and directory to exclude. If none is present, then <excludes> represents no exclusions.
exclude - public void setExcludes(List<String> excludes)
excludes - public void setInclude(String include)
To add a single include.
When <include> subelements are present, they define a set of files and directory to include. If none is present, then <includes> represents all valid values.
include - public void setIncludes(List<String> includes)
includes - public void setLineEnding(String lineEnding)
lineEnding - public void setUseDefaultExcludes(boolean useDefaultExcludes)
useDefaultExcludes -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||