Class AbstractFileMapper

    • 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
    • Constructor Detail

      • AbstractFileMapper

        public AbstractFileMapper()
    • Method Detail

      • getMappedFileName

        @Nonnull
        public java.lang.String getMappedFileName​(@Nonnull
                                                  java.lang.String pName)
        Checks the input and returns it without modifications.
        Specified by:
        getMappedFileName in interface FileMapper
        Parameters:
        pName - The source name.
        Returns:
        The target name.