org.apache.maven.shared.model.fileset
Class SetBase
public
class
SetBase
extends Object
implements Serializable
null
Version: $Revision$ $Date$
Method Summary |
void | addExclude(String string)
Method addExclude
|
void | addInclude(String string)
Method addInclude
|
String | getDirectoryMode()
Get
Similar to a UNIX permission. |
List | getExcludes()
Method getExcludes |
String[] | getExcludesArray()
Return the file-set exclusion rules in array form. |
String | getFileMode()
Get
Similar to a UNIX permission. |
List | getIncludes()
Method getIncludes |
String[] | getIncludesArray()
Return the file-set inclusion rules in array form. |
String | getModelEncoding() |
String | getOutputDirectory()
Get
Specifies the output directory relative to the
root
of the root directory of the assembly. |
boolean | isFollowSymlinks()
Get
Specifies whether symbolic links should be
traversed, or handled as-is.
|
void | removeExclude(String string)
Method removeExclude
|
void | removeInclude(String string)
Method removeInclude
|
void | setDirectoryMode(String directoryMode)
Set
Similar to a UNIX permission. |
void | setExcludes(List 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. |
void | setFollowSymlinks(boolean followSymlinks)
Set
Specifies whether symbolic links should be
traversed, or handled as-is.
|
void | setIncludes(List includes)
Set
When <include> subelements are present,
they define
a set of files and directory to include.
|
void | setModelEncoding(String modelEncoding) |
void | setOutputDirectory(String outputDirectory)
Set
Specifies the output directory relative to the
root
of the root directory of the assembly. |
public void addExclude(String string)
Method addExclude
Parameters: string
public void addInclude(String string)
Method addInclude
Parameters: string
public String getDirectoryMode()
Get
Similar to a UNIX permission. Format:
(User)(Group)(Other) where each
component is a sum of Read = 4, Write = 2, and
Execute = 1. For example,
the default value of 0644 translates to User
read-write, Group and Other
read-only.
(more
on unix-style permissions)
public List getExcludes()
Method getExcludes
public String[] getExcludesArray()
Return the file-set exclusion rules in array form.
public String getFileMode()
Get
Similar to a UNIX permission. Format:
(User)(Group)(Other) where each
component is a sum of Read = 4, Write = 2, and
Execute = 1. For example,
the default value of 0644 translates to User
read-write, Group and Other
read-only.
(more
on unix-style permissions)
public List getIncludes()
Method getIncludes
public String[] getIncludesArray()
Return the file-set inclusion rules in array form.
public String getModelEncoding()
public String getOutputDirectory()
Get
Specifies the output directory relative to the
root
of the root directory of the assembly. For
example,
"log" will put the specified files in the log
directory.
public boolean isFollowSymlinks()
Get
Specifies whether symbolic links should be
traversed, or handled as-is.
public void removeExclude(String string)
Method removeExclude
Parameters: string
public void removeInclude(String string)
Method removeInclude
Parameters: string
public void setDirectoryMode(String directoryMode)
Set
Similar to a UNIX permission. Format:
(User)(Group)(Other) where each
component is a sum of Read = 4, Write = 2, and
Execute = 1. For example,
the default value of 0644 translates to User
read-write, Group and Other
read-only.
(more
on unix-style permissions)
Parameters: directoryMode
public void setExcludes(List excludes)
Set
When <exclude> subelements are present,
they define
a set of files and directory to exclude.
Parameters: excludes
public void setFileMode(String fileMode)
Set
Similar to a UNIX permission. Format:
(User)(Group)(Other) where each
component is a sum of Read = 4, Write = 2, and
Execute = 1. For example,
the default value of 0644 translates to User
read-write, Group and Other
read-only.
(more
on unix-style permissions)
Parameters: fileMode
public void setFollowSymlinks(boolean followSymlinks)
Set
Specifies whether symbolic links should be
traversed, or handled as-is.
Parameters: followSymlinks
public void setIncludes(List includes)
Set
When <include> subelements are present,
they define
a set of files and directory to include.
Parameters: includes
public void setModelEncoding(String modelEncoding)
public void setOutputDirectory(String outputDirectory)
Set
Specifies the output directory relative to the
root
of the root directory of the assembly. For
example,
"log" will put the specified files in the log
directory.
Parameters: outputDirectory
Copyright © {inceptionYear}-2007 null. All Rights Reserved.