Class RemoteFileSettings

  • All Implemented Interfaces:
    Serializable

    public class RemoteFileSettings
    extends Object
    implements Serializable
    Container for the RemoteFile settings used by one app, so they can be used by another app.
    See Also:
    Serialized Form
    • Constructor Detail

      • RemoteFileSettings

        public RemoteFileSettings​(String serverName,
                                  int serverPort,
                                  String userName,
                                  String userPassword)
        Constructor.
        Parameters:
        serverName - The hostname of the server.
        serverPort - The port name of the server.
        userName - The username used for connecting.
        userPassword - The password used for connecting.
    • Method Detail

      • getServerName

        public String getServerName()
        Returns:
        servername
      • getServerPort

        public int getServerPort()
        Returns:
        server port.
      • getUserName

        public String getUserName()
        Returns:
        user name
      • getUserPassword

        public String getUserPassword()
        Returns:
        user password