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.

Version:
$Id: MapperUtil.html 886882 2013-11-16 21:55:43Z hboutemy $

Method Summary
static FileNameMapper getFileNameMapper(Mapper mapper)
          Returns a fully configured FileNameMapper implementation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getFileNameMapper

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

Parameters:
mapper -
Returns:
Throws:
MapperException


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