Class SftpFileNameParser

All Implemented Interfaces:
FileNameParser

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

  • Constructor Details

    • SftpFileNameParser

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

    • getInstance

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