Interface FileMapper

    • Method Detail

      • getMappedFileName

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