Class IdentityMapper

  • All Implemented Interfaces:
    FileMapper

    public class IdentityMapper
    extends AbstractFileMapper
    Default implementation of FileMapper, which performs the identity mapping: All names are left unchanged.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String ROLE_HINT
      The identity mappers role-hint: "identity".
    • Constructor Summary

      Constructors 
      Constructor Description
      IdentityMapper()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getMappedFileName​(java.lang.String pName)
      Checks the input and returns it without modifications.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • ROLE_HINT

        public static final java.lang.String ROLE_HINT
        The identity mappers role-hint: "identity".
        See Also:
        Constant Field Values
    • Constructor Detail

      • IdentityMapper

        public IdentityMapper()