D E F G I M O P S T U

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 in org.apache.maven.shared.model.fileset.mappers
Interface to be used by SourceFileScanner.
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.
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
 
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

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.
getFileNameMapper(Mapper) - Static method in class org.apache.maven.shared.model.fileset.mappers.MapperUtil
Returns a fully configured FileNameMapper implementation.
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.
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
 

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
 

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

O

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

S

setCaseSensitive(boolean) - Method in class org.apache.maven.shared.model.fileset.mappers.GlobPatternMapper
Attribute specifing whether to ignore the case difference in the names.
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).
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.

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

D E F G I M O P S T U

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