org.apache.maven.shared.model.fileset.mappers
Class MapperUtil

java.lang.Object
  extended by org.apache.maven.shared.model.fileset.mappers.MapperUtil

public final class MapperUtil
extends java.lang.Object

Element to define a FileNameMapper.


Field Summary
private static java.util.Properties implementations
           
private static java.lang.String MAPPER_PROPERTIES
           
 
Constructor Summary
private MapperUtil()
           
 
Method Summary
static FileNameMapper getFileNameMapper(Mapper mapper)
          Returns a fully configured FileNameMapper implementation.
private static void initializeBuiltIns()
          Initializes a properties object to store the built-in classnames.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAPPER_PROPERTIES

private static final java.lang.String MAPPER_PROPERTIES
See Also:
Constant Field Values

implementations

private static java.util.Properties implementations
Constructor Detail

MapperUtil

private MapperUtil()
Method Detail

initializeBuiltIns

private static void initializeBuiltIns()
Initializes a properties object to store the built-in classnames.


getFileNameMapper

public static FileNameMapper getFileNameMapper(Mapper mapper)
                                        throws MapperException
Returns a fully configured FileNameMapper implementation.

Throws:
MapperException