Class MapperUtil
- java.lang.Object
-
- org.apache.maven.shared.model.fileset.mappers.MapperUtil
-
public final class MapperUtil extends java.lang.ObjectElement to define a FileNameMapper.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static FileNameMappergetFileNameMapper(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
-
-