Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
U
V
W
A
addDefaultEntities
- Variable in class org.apache.maven.shared.model.fileset.io.xpp3.
FileSetXpp3Reader
If set the parser till be loaded with all single characters from the XHTML specification.
addExclude(String)
- Method in class org.apache.maven.shared.model.fileset.
SetBase
Method addExclude
addInclude(String)
- Method in class org.apache.maven.shared.model.fileset.
SetBase
Method addInclude
C
caseSensitive
- Variable in class org.apache.maven.shared.model.fileset.mappers.
GlobPatternMapper
classname
- Variable in class org.apache.maven.shared.model.fileset.
Mapper
Field classname
D
delete(FileSet)
- Method in class org.apache.maven.shared.model.fileset.util.
FileSetManager
Delete the matching files and directories for the given file-set definition.
delete(File)
- Method in class org.apache.maven.shared.model.fileset.util.
FileSetManager
Accommodate Windows bug encountered in both Sun and IBM JDKs.
DELETE_RETRY_SLEEP_MILLIS
- Static variable in class org.apache.maven.shared.model.fileset.util.
FileSetManager
directory
- Variable in class org.apache.maven.shared.model.fileset.
FileSet
Field directory
directoryMode
- Variable in class org.apache.maven.shared.model.fileset.
SetBase
Field directoryMode
E
EMPTY_STRING_ARRAY
- Static variable in class org.apache.maven.shared.model.fileset.util.
FileSetManager
excludes
- Variable in class org.apache.maven.shared.model.fileset.
SetBase
Field excludes
extractVariablePart(String)
- Method in class org.apache.maven.shared.model.fileset.mappers.
GlobPatternMapper
Returns the part of the given string that matches the * in the "from" pattern.
extractVariablePart(String)
- Method in class org.apache.maven.shared.model.fileset.mappers.
PackageNameMapper
Returns the part of the given string that matches the * in the "from" pattern replacing file separators with dots
extractVariablePart(String)
- Method in class org.apache.maven.shared.model.fileset.mappers.
UnPackageNameMapper
Returns the part of the given string that matches the * in the "from" pattern replacing dots with file separators
F
fileMode
- Variable in class org.apache.maven.shared.model.fileset.
SetBase
Field fileMode
FileNameMapper
- Interface in
org.apache.maven.shared.model.fileset.mappers
Interface to be used by SourceFileScanner.
FileSet
- Class in
org.apache.maven.shared.model.fileset
Defines the rules for matching and working with files in a given base directory.
FileSet()
- Constructor for class org.apache.maven.shared.model.fileset.
FileSet
FileSetManager
- Class in
org.apache.maven.shared.model.fileset.util
Provides operations for use with FileSet instances, such as retrieving the included/excluded files, deleting all matching entries, etc.
FileSetManager(Log, boolean)
- Constructor for class org.apache.maven.shared.model.fileset.util.
FileSetManager
Create a new manager instance with the supplied log instance and flag for whether to output verbose messages.
FileSetManager(Log)
- Constructor for class org.apache.maven.shared.model.fileset.util.
FileSetManager
Create a new manager instance with the supplied log instance.
FileSetManager(Logger, boolean)
- Constructor for class org.apache.maven.shared.model.fileset.util.
FileSetManager
Create a new manager instance with the supplied log instance and flag for whether to output verbose messages.
FileSetManager(Logger)
- Constructor for class org.apache.maven.shared.model.fileset.util.
FileSetManager
Create a new manager instance with the supplied log instance.
FileSetManager()
- Constructor for class org.apache.maven.shared.model.fileset.util.
FileSetManager
Create a new manager instance with an empty messages.
FileSetXpp3Reader
- Class in
org.apache.maven.shared.model.fileset.io.xpp3
Class FileSetXpp3Reader.
FileSetXpp3Reader()
- Constructor for class org.apache.maven.shared.model.fileset.io.xpp3.
FileSetXpp3Reader
FileSetXpp3Writer
- Class in
org.apache.maven.shared.model.fileset.io.xpp3
Class FileSetXpp3Writer.
FileSetXpp3Writer()
- Constructor for class org.apache.maven.shared.model.fileset.io.xpp3.
FileSetXpp3Writer
findDeletableDirectories(FileSet)
- Method in class org.apache.maven.shared.model.fileset.util.
FileSetManager
findDeletableFiles(FileSet, Set)
- Method in class org.apache.maven.shared.model.fileset.util.
FileSetManager
findDeletablePaths(FileSet)
- Method in class org.apache.maven.shared.model.fileset.util.
FileSetManager
FlatFileNameMapper
- Class in
org.apache.maven.shared.model.fileset.mappers
Implementation of FileNameMapper that always returns the source file name without any leading directory information.
FlatFileNameMapper()
- Constructor for class org.apache.maven.shared.model.fileset.mappers.
FlatFileNameMapper
followSymlinks
- Variable in class org.apache.maven.shared.model.fileset.
SetBase
Field followSymlinks
from
- Variable in class org.apache.maven.shared.model.fileset.
Mapper
Field from
fromPostfix
- Variable in class org.apache.maven.shared.model.fileset.mappers.
GlobPatternMapper
Part of "from" pattern after the *.
fromPrefix
- Variable in class org.apache.maven.shared.model.fileset.mappers.
GlobPatternMapper
Part of "from" pattern before the *.
G
getAddDefaultEntities()
- Method in class org.apache.maven.shared.model.fileset.io.xpp3.
FileSetXpp3Reader
Returns the state of the "add default entities" flag.
getBooleanValue(String, String, XmlPullParser)
- Method in class org.apache.maven.shared.model.fileset.io.xpp3.
FileSetXpp3Reader
Method getBooleanValue
getCharacterValue(String, String, XmlPullParser)
- Method in class org.apache.maven.shared.model.fileset.io.xpp3.
FileSetXpp3Reader
Method getCharacterValue
getClassname()
- Method in class org.apache.maven.shared.model.fileset.
Mapper
Get Allows specification of a custom mapper implementation.
getDateValue(String, String, String, XmlPullParser)
- Method in class org.apache.maven.shared.model.fileset.io.xpp3.
FileSetXpp3Reader
Method getDateValue
getDirectory()
- Method in class org.apache.maven.shared.model.fileset.
FileSet
Get Absolute or relative from the module's directory.
getDirectoryMode()
- Method in class org.apache.maven.shared.model.fileset.
SetBase
Get Similar to a UNIX permission.
getDoubleValue(String, String, XmlPullParser, boolean)
- Method in class org.apache.maven.shared.model.fileset.io.xpp3.
FileSetXpp3Reader
Method getDoubleValue
getExcludedDirectories(FileSet)
- Method in class org.apache.maven.shared.model.fileset.util.
FileSetManager
Get all the directory names which have been excluded by the rules in this fileset.
getExcludedFiles(FileSet)
- Method in class org.apache.maven.shared.model.fileset.util.
FileSetManager
Get all the filenames which have been excluded by the rules in this fileset.
getExcludes()
- Method in class org.apache.maven.shared.model.fileset.
SetBase
Method getExcludes
getExcludesArray()
- Method in class org.apache.maven.shared.model.fileset.
SetBase
Return the file-set exclusion rules in array form.
getFileMode()
- Method in class org.apache.maven.shared.model.fileset.
SetBase
Get Similar to a UNIX permission.
getFileNameMapper(Mapper)
- Static method in class org.apache.maven.shared.model.fileset.mappers.
MapperUtil
Returns a fully configured FileNameMapper implementation.
getFloatValue(String, String, XmlPullParser, boolean)
- Method in class org.apache.maven.shared.model.fileset.io.xpp3.
FileSetXpp3Reader
Method getFloatValue
getFrom()
- Method in class org.apache.maven.shared.model.fileset.
Mapper
Get Specifies a type-specific pattern for matching source paths which should be mapped.
getIncludedDirectories(FileSet)
- Method in class org.apache.maven.shared.model.fileset.util.
FileSetManager
Get all the directory names which have been included by the rules in this fileset.
getIncludedFiles(FileSet)
- Method in class org.apache.maven.shared.model.fileset.util.
FileSetManager
Get all the filenames which have been included by the rules in this fileset.
getIncludes()
- Method in class org.apache.maven.shared.model.fileset.
SetBase
Method getIncludes
getIncludesArray()
- Method in class org.apache.maven.shared.model.fileset.
SetBase
Return the file-set inclusion rules in array form.
getIntegerValue(String, String, XmlPullParser, boolean)
- Method in class org.apache.maven.shared.model.fileset.io.xpp3.
FileSetXpp3Reader
Method getIntegerValue
getLineEnding()
- Method in class org.apache.maven.shared.model.fileset.
FileSet
Get Controls the line-endings of files in this fileSet.
getLongValue(String, String, XmlPullParser, boolean)
- Method in class org.apache.maven.shared.model.fileset.io.xpp3.
FileSetXpp3Reader
Method getLongValue
getMapper()
- Method in class org.apache.maven.shared.model.fileset.
SetBase
Get Specifies the mapper used.
getModelEncoding()
- Method in class org.apache.maven.shared.model.fileset.
FileSet
getModelEncoding()
- Method in class org.apache.maven.shared.model.fileset.
Mapper
getModelEncoding()
- Method in class org.apache.maven.shared.model.fileset.
SetBase
getOutputDirectory()
- Method in class org.apache.maven.shared.model.fileset.
SetBase
Get Specifies the output directory relative to the root of the root directory of the assembly.
getRequiredAttributeValue(String, String, XmlPullParser, boolean)
- Method in class org.apache.maven.shared.model.fileset.io.xpp3.
FileSetXpp3Reader
Method getRequiredAttributeValue
getShortValue(String, String, XmlPullParser, boolean)
- Method in class org.apache.maven.shared.model.fileset.io.xpp3.
FileSetXpp3Reader
Method getShortValue
getTo()
- Method in class org.apache.maven.shared.model.fileset.
Mapper
Get Specifies a type-specific pattern for producing paths based on source paths.
getTrimmedValue(String)
- Method in class org.apache.maven.shared.model.fileset.io.xpp3.
FileSetXpp3Reader
Method getTrimmedValue
getType()
- Method in class org.apache.maven.shared.model.fileset.
Mapper
Get Specifies a built-in mapper implementation.
GlobPatternMapper
- Class in
org.apache.maven.shared.model.fileset.mappers
Implementation of FileNameMapper that does simple wildcard pattern replacements.
GlobPatternMapper()
- Constructor for class org.apache.maven.shared.model.fileset.mappers.
GlobPatternMapper
H
handleDirSep
- Variable in class org.apache.maven.shared.model.fileset.mappers.
GlobPatternMapper
I
IdentityMapper
- Class in
org.apache.maven.shared.model.fileset.mappers
Implementation of FileNameMapper that always returns the source file name.
IdentityMapper()
- Constructor for class org.apache.maven.shared.model.fileset.mappers.
IdentityMapper
implementations
- Static variable in class org.apache.maven.shared.model.fileset.mappers.
MapperUtil
includes
- Variable in class org.apache.maven.shared.model.fileset.
SetBase
Field includes
initializeBuiltIns()
- Static method in class org.apache.maven.shared.model.fileset.mappers.
MapperUtil
Initializes a properties object to store the built-in classnames.
isFollowSymlinks()
- Method in class org.apache.maven.shared.model.fileset.
SetBase
Get Specifies whether symbolic links should be traversed, or handled as-is.
isSymlink(File)
- Method in class org.apache.maven.shared.model.fileset.util.
FileSetManager
isUseDefaultExcludes()
- Method in class org.apache.maven.shared.model.fileset.
SetBase
Get Whether to include exclusion patterns for common temporary and SCM control files (true by default).
L
lineEnding
- Variable in class org.apache.maven.shared.model.fileset.
FileSet
Field lineEnding
M
mapFileName(String)
- Method in interface org.apache.maven.shared.model.fileset.mappers.
FileNameMapper
Returns the target filename for the given source file.
mapFileName(String)
- Method in class org.apache.maven.shared.model.fileset.mappers.
FlatFileNameMapper
Returns an one-element array containing the source file name without any leading directory information.
mapFileName(String)
- Method in class org.apache.maven.shared.model.fileset.mappers.
GlobPatternMapper
Returns null if the source file name doesn't match the "from" pattern, an one-element array containing the translated file otherwise.
mapFileName(String)
- Method in class org.apache.maven.shared.model.fileset.mappers.
IdentityMapper
Returns an one-element array containing the source file name.
mapFileName(String)
- Method in class org.apache.maven.shared.model.fileset.mappers.
MergingMapper
Returns an one-element array containing the file name set via setTo.
mapIncludedFiles(FileSet)
- Method in class org.apache.maven.shared.model.fileset.util.
FileSetManager
Mapper
- Class in
org.apache.maven.shared.model.fileset
null
Mapper()
- Constructor for class org.apache.maven.shared.model.fileset.
Mapper
mapper
- Variable in class org.apache.maven.shared.model.fileset.
SetBase
Field mapper
MAPPER_PROPERTIES
- Static variable in class org.apache.maven.shared.model.fileset.mappers.
MapperUtil
MapperException
- Exception in
org.apache.maven.shared.model.fileset.mappers
MapperException(String, Throwable)
- Constructor for exception org.apache.maven.shared.model.fileset.mappers.
MapperException
MapperException(String)
- Constructor for exception org.apache.maven.shared.model.fileset.mappers.
MapperException
MapperUtil
- Class in
org.apache.maven.shared.model.fileset.mappers
Element to define a FileNameMapper.
MapperUtil()
- Constructor for class org.apache.maven.shared.model.fileset.mappers.
MapperUtil
mergedFile
- Variable in class org.apache.maven.shared.model.fileset.mappers.
MergingMapper
MergingMapper
- Class in
org.apache.maven.shared.model.fileset.mappers
Implementation of FileNameMapper that always returns the same target file name.
MergingMapper()
- Constructor for class org.apache.maven.shared.model.fileset.mappers.
MergingMapper
messages
- Variable in class org.apache.maven.shared.model.fileset.util.
FileSetManager
modelEncoding
- Variable in class org.apache.maven.shared.model.fileset.
FileSet
modelEncoding
- Variable in class org.apache.maven.shared.model.fileset.
Mapper
modelEncoding
- Variable in class org.apache.maven.shared.model.fileset.
SetBase
modifyName(String)
- Method in class org.apache.maven.shared.model.fileset.mappers.
GlobPatternMapper
modify string based on dir char mapping and case sensitivity
N
NAMESPACE
- Variable in class org.apache.maven.shared.model.fileset.io.xpp3.
FileSetXpp3Writer
Field NAMESPACE
O
org.apache.maven.shared.model.fileset
- package org.apache.maven.shared.model.fileset
org.apache.maven.shared.model.fileset.io.xpp3
- package org.apache.maven.shared.model.fileset.io.xpp3
org.apache.maven.shared.model.fileset.mappers
- package org.apache.maven.shared.model.fileset.mappers
org.apache.maven.shared.model.fileset.util
- package org.apache.maven.shared.model.fileset.util
outputDirectory
- Variable in class org.apache.maven.shared.model.fileset.
SetBase
Field outputDirectory
P
PackageNameMapper
- Class in
org.apache.maven.shared.model.fileset.mappers
Maps directory name matches into a dotted package name.
PackageNameMapper()
- Constructor for class org.apache.maven.shared.model.fileset.mappers.
PackageNameMapper
parseFileSet(String, XmlPullParser, boolean)
- Method in class org.apache.maven.shared.model.fileset.io.xpp3.
FileSetXpp3Reader
Method parseFileSet
parseMapper(String, XmlPullParser, boolean)
- Method in class org.apache.maven.shared.model.fileset.io.xpp3.
FileSetXpp3Reader
Method parseMapper
parseSetBase(String, XmlPullParser, boolean)
- Method in class org.apache.maven.shared.model.fileset.io.xpp3.
FileSetXpp3Reader
Method parseSetBase
postfixLength
- Variable in class org.apache.maven.shared.model.fileset.mappers.
GlobPatternMapper
Length of the postfix ("from" pattern).
prefixLength
- Variable in class org.apache.maven.shared.model.fileset.mappers.
GlobPatternMapper
Length of the prefix ("from" pattern).
R
read(Reader, boolean)
- Method in class org.apache.maven.shared.model.fileset.io.xpp3.
FileSetXpp3Reader
read(Reader)
- Method in class org.apache.maven.shared.model.fileset.io.xpp3.
FileSetXpp3Reader
read(InputStream, boolean)
- Method in class org.apache.maven.shared.model.fileset.io.xpp3.
FileSetXpp3Reader
Method read
read(InputStream)
- Method in class org.apache.maven.shared.model.fileset.io.xpp3.
FileSetXpp3Reader
Method read
removeDir(File, boolean)
- Method in class org.apache.maven.shared.model.fileset.util.
FileSetManager
Delete a directory
removeExclude(String)
- Method in class org.apache.maven.shared.model.fileset.
SetBase
Method removeExclude
removeInclude(String)
- Method in class org.apache.maven.shared.model.fileset.
SetBase
Method removeInclude
S
scan(FileSet)
- Method in class org.apache.maven.shared.model.fileset.util.
FileSetManager
setAddDefaultEntities(boolean)
- Method in class org.apache.maven.shared.model.fileset.io.xpp3.
FileSetXpp3Reader
Sets the state of the "add default entities" flag.
SetBase
- Class in
org.apache.maven.shared.model.fileset
null
SetBase()
- Constructor for class org.apache.maven.shared.model.fileset.
SetBase
setCaseSensitive(boolean)
- Method in class org.apache.maven.shared.model.fileset.mappers.
GlobPatternMapper
Attribute specifing whether to ignore the case difference in the names.
setClassname(String)
- Method in class org.apache.maven.shared.model.fileset.
Mapper
Set Allows specification of a custom mapper implementation.
setDirectory(String)
- Method in class org.apache.maven.shared.model.fileset.
FileSet
Set Absolute or relative from the module's directory.
setDirectoryMode(String)
- Method in class org.apache.maven.shared.model.fileset.
SetBase
Set Similar to a UNIX permission.
setExcludes(List)
- Method in class org.apache.maven.shared.model.fileset.
SetBase
Set When <exclude> subelements are present, they define a set of files and directory to exclude.
setFileMode(String)
- Method in class org.apache.maven.shared.model.fileset.
SetBase
Set Similar to a UNIX permission.
setFollowSymlinks(boolean)
- Method in class org.apache.maven.shared.model.fileset.
SetBase
Set Specifies whether symbolic links should be traversed, or handled as-is.
setFrom(String)
- Method in class org.apache.maven.shared.model.fileset.
Mapper
Set Specifies a type-specific pattern for matching source paths which should be mapped.
setFrom(String)
- Method in interface org.apache.maven.shared.model.fileset.mappers.
FileNameMapper
Sets the from part of the transformation rule.
setFrom(String)
- Method in class org.apache.maven.shared.model.fileset.mappers.
FlatFileNameMapper
Ignored.
setFrom(String)
- Method in class org.apache.maven.shared.model.fileset.mappers.
GlobPatternMapper
Sets the "from" pattern.
setFrom(String)
- Method in class org.apache.maven.shared.model.fileset.mappers.
IdentityMapper
Ignored.
setFrom(String)
- Method in class org.apache.maven.shared.model.fileset.mappers.
MergingMapper
Ignored.
setHandleDirSep(boolean)
- Method in class org.apache.maven.shared.model.fileset.mappers.
GlobPatternMapper
Attribute specifing whether to ignore the difference between / and \ (the two common directory characters).
setIncludes(List)
- Method in class org.apache.maven.shared.model.fileset.
SetBase
Set When <include> subelements are present, they define a set of files and directory to include.
setLineEnding(String)
- Method in class org.apache.maven.shared.model.fileset.
FileSet
Set Controls the line-endings of files in this fileSet.
setMapper(Mapper)
- Method in class org.apache.maven.shared.model.fileset.
SetBase
Set Specifies the mapper used.
setModelEncoding(String)
- Method in class org.apache.maven.shared.model.fileset.
FileSet
setModelEncoding(String)
- Method in class org.apache.maven.shared.model.fileset.
Mapper
setModelEncoding(String)
- Method in class org.apache.maven.shared.model.fileset.
SetBase
setOutputDirectory(String)
- Method in class org.apache.maven.shared.model.fileset.
SetBase
Set Specifies the output directory relative to the root of the root directory of the assembly.
setTo(String)
- Method in class org.apache.maven.shared.model.fileset.
Mapper
Set Specifies a type-specific pattern for producing paths based on source paths.
setTo(String)
- Method in interface org.apache.maven.shared.model.fileset.mappers.
FileNameMapper
Sets the to part of the transformation rule.
setTo(String)
- Method in class org.apache.maven.shared.model.fileset.mappers.
FlatFileNameMapper
Ignored.
setTo(String)
- Method in class org.apache.maven.shared.model.fileset.mappers.
GlobPatternMapper
Sets the "to" pattern.
setTo(String)
- Method in class org.apache.maven.shared.model.fileset.mappers.
IdentityMapper
Ignored.
setTo(String)
- Method in class org.apache.maven.shared.model.fileset.mappers.
MergingMapper
Sets the name of the merged file.
setType(String)
- Method in class org.apache.maven.shared.model.fileset.
Mapper
Set Specifies a built-in mapper implementation.
setUseDefaultExcludes(boolean)
- Method in class org.apache.maven.shared.model.fileset.
SetBase
Set Whether to include exclusion patterns for common temporary and SCM control files (true by default).
T
to
- Variable in class org.apache.maven.shared.model.fileset.
Mapper
Field to
toPostfix
- Variable in class org.apache.maven.shared.model.fileset.mappers.
GlobPatternMapper
Part of "to" pattern after the *.
toPrefix
- Variable in class org.apache.maven.shared.model.fileset.mappers.
GlobPatternMapper
Part of "to" pattern before the *.
type
- Variable in class org.apache.maven.shared.model.fileset.
Mapper
Field type
U
UnPackageNameMapper
- Class in
org.apache.maven.shared.model.fileset.mappers
Maps dotted package name matches to a directory name.
UnPackageNameMapper()
- Constructor for class org.apache.maven.shared.model.fileset.mappers.
UnPackageNameMapper
useDefaultExcludes
- Variable in class org.apache.maven.shared.model.fileset.
SetBase
Field useDefaultExcludes
V
verbose
- Variable in class org.apache.maven.shared.model.fileset.util.
FileSetManager
W
write(Writer, FileSet)
- Method in class org.apache.maven.shared.model.fileset.io.xpp3.
FileSetXpp3Writer
Method write
writeFileSet(FileSet, String, XmlSerializer)
- Method in class org.apache.maven.shared.model.fileset.io.xpp3.
FileSetXpp3Writer
Method writeFileSet
writeMapper(Mapper, String, XmlSerializer)
- Method in class org.apache.maven.shared.model.fileset.io.xpp3.
FileSetXpp3Writer
Method writeMapper
writeSetBase(SetBase, String, XmlSerializer)
- Method in class org.apache.maven.shared.model.fileset.io.xpp3.
FileSetXpp3Writer
Method writeSetBase
A
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
U
V
W
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes