Class MapperUtil
- java.lang.Object
-
- org.apache.maven.shared.model.fileset.mappers.MapperUtil
-
public final class MapperUtil extends java.lang.Object
Element to define a FileNameMapper.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static FileNameMapper
getFileNameMapper(Mapper mapper)
Returns a fully configured FileNameMapper implementation.
-
-
-
Method Detail
-
getFileNameMapper
public static FileNameMapper getFileNameMapper(Mapper mapper) throws MapperException
Returns a fully configured FileNameMapper implementation.- Parameters:
mapper
-Mapper
- Returns:
FileNameMapper
- Throws:
MapperException
- in case of an error
-
-