public class FileSet extends Object implements Serializable
Constructor and Description |
---|
FileSet() |
Modifier and Type | Method and Description |
---|---|
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.
|
public void addExclude(String string)
string
- public void addInclude(String string)
string
- public String getDirectory()
public String getDirectoryMode()
public String getFileMode()
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
- Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.