Skip navigation links
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.
delete(FileSet, boolean) - 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.
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.

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 the target filename for the given source file.
mapFileName(String) - Method in class org.apache.maven.shared.model.fileset.mappers.GlobPatternMapper
Returns the target filename for the given source file.
mapFileName(String) - Method in class org.apache.maven.shared.model.fileset.mappers.IdentityMapper
Returns the target filename for the given source file.
mapFileName(String) - Method in class org.apache.maven.shared.model.fileset.mappers.MergingMapper
Returns the target filename for the given source file.
mapIncludedFiles(FileSet) - Method in class org.apache.maven.shared.model.fileset.util.FileSetManager
 
MapperException - Exception in org.apache.maven.shared.model.fileset.mappers
Mapper Exception
MapperException(String, Throwable) - Constructor for exception org.apache.maven.shared.model.fileset.mappers.MapperException
Constructor
MapperException(String) - Constructor for exception org.apache.maven.shared.model.fileset.mappers.MapperException
Constructor
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
This original code comes from org.apache.tools.ant.util package.
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
Sets the from part of the transformation rule.
setFrom(String) - Method in class org.apache.maven.shared.model.fileset.mappers.GlobPatternMapper
Sets the from part of the transformation rule.
setFrom(String) - Method in class org.apache.maven.shared.model.fileset.mappers.IdentityMapper
Sets the from part of the transformation rule.
setFrom(String) - Method in class org.apache.maven.shared.model.fileset.mappers.MergingMapper
Sets the from part of the transformation rule.
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
Sets the to part of the transformation rule.
setTo(String) - Method in class org.apache.maven.shared.model.fileset.mappers.GlobPatternMapper
Sets the to part of the transformation rule.
setTo(String) - Method in class org.apache.maven.shared.model.fileset.mappers.IdentityMapper
Sets the to part of the transformation rule.
setTo(String) - Method in class org.apache.maven.shared.model.fileset.mappers.MergingMapper
Sets the to part of the transformation rule.

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 
Skip navigation links

Copyright © 2011. All rights reserved.