Uses of Interface
org.apache.maven.shared.model.fileset.mappers.FileNameMapper

Packages that use FileNameMapper
org.apache.maven.shared.model.fileset.mappers This original code comes from org.apache.tools.ant.util package. 
 

Uses of FileNameMapper in org.apache.maven.shared.model.fileset.mappers
 

Classes in org.apache.maven.shared.model.fileset.mappers that implement FileNameMapper
 class FlatFileNameMapper
          Implementation of FileNameMapper that always returns the source file name without any leading directory information.
 class GlobPatternMapper
          Implementation of FileNameMapper that does simple wildcard pattern replacements.
 class IdentityMapper
          Implementation of FileNameMapper that always returns the source file name.
 class MergingMapper
          Implementation of FileNameMapper that always returns the same target file name.
 class PackageNameMapper
          Maps directory name matches into a dotted package name.
 class UnPackageNameMapper
          Maps dotted package name matches to a directory name.
 

Methods in org.apache.maven.shared.model.fileset.mappers that return FileNameMapper
static FileNameMapper MapperUtil.getFileNameMapper(Mapper mapper)
          Returns a fully configured FileNameMapper implementation.
 



Copyright © 2002-2009 The Apache Software Foundation. All Rights Reserved.