A D E F G I M O P R S T U W

A

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

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.

E

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

FileNameMapper - interface org.apache.maven.shared.model.fileset.mappers.FileNameMapper.
Interface to be used by SourceFileScanner.
FileSet - class org.apache.maven.shared.model.fileset.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 org.apache.maven.shared.model.fileset.util.FileSetManager.
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 org.apache.maven.shared.model.fileset.io.xpp3.FileSetXpp3Reader.
Class FileSetXpp3Reader.
FileSetXpp3Reader() - Constructor for class org.apache.maven.shared.model.fileset.io.xpp3.FileSetXpp3Reader
 
FileSetXpp3Writer - class org.apache.maven.shared.model.fileset.io.xpp3.FileSetXpp3Writer.
Class FileSetXpp3Writer.
FileSetXpp3Writer() - Constructor for class org.apache.maven.shared.model.fileset.io.xpp3.FileSetXpp3Writer
 
FlatFileNameMapper - class org.apache.maven.shared.model.fileset.mappers.FlatFileNameMapper.
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
 
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

GlobPatternMapper - class org.apache.maven.shared.model.fileset.mappers.GlobPatternMapper.
Implementation of FileNameMapper that does simple wildcard pattern replacements.
GlobPatternMapper() - Constructor for class org.apache.maven.shared.model.fileset.mappers.GlobPatternMapper
 
getAddDefaultEntities() - Method in class org.apache.maven.shared.model.fileset.io.xpp3.FileSetXpp3Reader
Method getAddDefaultEntities
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.

I

IdentityMapper - class org.apache.maven.shared.model.fileset.mappers.IdentityMapper.
Implementation of FileNameMapper that always returns the source file name.
IdentityMapper() - Constructor for class org.apache.maven.shared.model.fileset.mappers.IdentityMapper
 
isFollowSymlinks() - Method in class org.apache.maven.shared.model.fileset.SetBase
Get Specifies whether symbolic links should be traversed, or handled as-is.
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).

M

Mapper - class org.apache.maven.shared.model.fileset.Mapper.
null
Mapper() - Constructor for class org.apache.maven.shared.model.fileset.Mapper
 
MapperException - exception org.apache.maven.shared.model.fileset.mappers.MapperException.
 
MapperException(String, Throwable) - Constructor for class org.apache.maven.shared.model.fileset.mappers.MapperException
 
MapperException(String) - Constructor for class org.apache.maven.shared.model.fileset.mappers.MapperException
 
MapperUtil - class org.apache.maven.shared.model.fileset.mappers.MapperUtil.
Element to define a FileNameMapper.
MergingMapper - class org.apache.maven.shared.model.fileset.mappers.MergingMapper.
Implementation of FileNameMapper that always returns the same target file name.
MergingMapper() - Constructor for class org.apache.maven.shared.model.fileset.mappers.MergingMapper
 
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
 
mergedFile - Variable in class org.apache.maven.shared.model.fileset.mappers.MergingMapper
 

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
 

P

PackageNameMapper - class org.apache.maven.shared.model.fileset.mappers.PackageNameMapper.
Maps directory name matches into a dotted package name.
PackageNameMapper() - Constructor for class org.apache.maven.shared.model.fileset.mappers.PackageNameMapper
 
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
Method read
read(Reader) - Method in class org.apache.maven.shared.model.fileset.io.xpp3.FileSetXpp3Reader
Method read
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

SetBase - class org.apache.maven.shared.model.fileset.SetBase.
null
SetBase() - Constructor for class org.apache.maven.shared.model.fileset.SetBase
 
setAddDefaultEntities(boolean) - Method in class org.apache.maven.shared.model.fileset.io.xpp3.FileSetXpp3Reader
Returns the state of the "add default entities" flag.
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

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 *.

U

UnPackageNameMapper - class org.apache.maven.shared.model.fileset.mappers.UnPackageNameMapper.
Maps dotted package name matches to a directory name.
UnPackageNameMapper() - Constructor for class org.apache.maven.shared.model.fileset.mappers.UnPackageNameMapper
 

W

write(Writer, FileSet) - Method in class org.apache.maven.shared.model.fileset.io.xpp3.FileSetXpp3Writer
Method write

A D E F G I M O P R S T U W

Copyright © 2002-2006 Apache Software Foundation. All Rights Reserved.