Class SftpFileNameParser

  • All Implemented Interfaces:
    FileNameParser

    public class SftpFileNameParser
    extends URLFileNameParser
    Implementation for SFTP. Sets the default port to 22.
    • Constructor Detail

      • SftpFileNameParser

        public SftpFileNameParser()
        Creates a new instance with a the default port 22.
    • Method Detail

      • getInstance

        public static FileNameParser getInstance()
        Gets the singleton instance.
        Returns:
        the singleton instance.