Interface FileMapper

    • Method Detail

      • getMappedFileName

        java.lang.String getMappedFileName​(java.lang.String pName)
        Maps the given source name to a target name.
        Parameters:
        pName - The source name.
        Returns:
        The target name.
        Throws:
        java.lang.IllegalArgumentException - The source name is null or empty.