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

public final class MapperUtil extends Object
Element to define a FileNameMapper.
Version:
$Id: MapperUtil.java 1721672 2015-12-25 13:18:36Z khmarbaise $
  • Field Details

  • Constructor Details

    • MapperUtil

      private MapperUtil()
  • Method Details

    • 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.
      Parameters:
      mapper - Mapper
      Returns:
      FileNameMapper
      Throws:
      MapperException - in case of an error.