Class FlattenFileMapper

  • All Implemented Interfaces:
    FileMapper

    public class FlattenFileMapper
    extends AbstractFileMapper
    Implementation of a flattening file mapper: Removes all directory parts.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String ROLE_HINT
      The flatten file mappers role-hint: "flatten".
    • 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 flatten file mappers role-hint: "flatten".
        See Also:
        Constant Field Values
    • Constructor Detail

      • FlattenFileMapper

        public FlattenFileMapper()