Uses of Interface
adams.core.net.SSHSessionProvider
-
Packages that use SSHSessionProvider Package Description adams.core.io.fileoperations adams.core.io.lister adams.core.net adams.flow.standalone adams.gui.chooser adams.scripting.connection -
-
Uses of SSHSessionProvider in adams.core.io.fileoperations
Fields in adams.core.io.fileoperations declared as SSHSessionProvider Modifier and Type Field Description protected SSHSessionProvider
SftpFileOperations. m_Provider
the session provider to use.Methods in adams.core.io.fileoperations that return SSHSessionProvider Modifier and Type Method Description SSHSessionProvider
SftpFileOperations. getProvider()
Returns the SSH session provider in use.Methods in adams.core.io.fileoperations with parameters of type SSHSessionProvider Modifier and Type Method Description void
SftpFileOperations. setProvider(SSHSessionProvider value)
Sets the SSH session provider to use. -
Uses of SSHSessionProvider in adams.core.io.lister
Fields in adams.core.io.lister declared as SSHSessionProvider Modifier and Type Field Description protected SSHSessionProvider
SftpDirectoryLister. m_SessionProvider
the session provider to use.Methods in adams.core.io.lister that return SSHSessionProvider Modifier and Type Method Description SSHSessionProvider
SftpDirectoryLister. getSessionProvider()
Returns the current session provider.Methods in adams.core.io.lister with parameters of type SSHSessionProvider Modifier and Type Method Description void
SftpDirectoryLister. setSessionProvider(SSHSessionProvider value)
Sets the session provider to use. -
Uses of SSHSessionProvider in adams.core.net
Methods in adams.core.net with parameters of type SSHSessionProvider Modifier and Type Method Description static String
Scp. copyFrom(LoggingObject owner, SSHSessionProvider provider, String host, int port, String remoteFile, File localFile)
Copies a remote file onto the local machine.static String
Scp. copyFrom(LoggingObject owner, SSHSessionProvider provider, String remoteFile, File localFile)
Copies a remote file onto the local machine.static String
Scp. copyTo(LoggingObject owner, SSHSessionProvider provider, File localFile, String remoteFile)
Copies a local file to a remote server.static String
Scp. copyTo(LoggingObject owner, SSHSessionProvider provider, String host, int port, File localFile, String remoteFile)
Copies a local file to a remote server. -
Uses of SSHSessionProvider in adams.flow.standalone
Classes in adams.flow.standalone that implement SSHSessionProvider Modifier and Type Class Description class
SSHConnection
Provides access to a remote host via SSH.
For more information see:
(2011). -
Uses of SSHSessionProvider in adams.gui.chooser
Classes in adams.gui.chooser that implement SSHSessionProvider Modifier and Type Class Description class
SftpRemoteDirectorySetup
For configuring an SSH connection and remote directory.Fields in adams.gui.chooser declared as SSHSessionProvider Modifier and Type Field Description protected SSHSessionProvider
SftpDirectoryChooserPanel. m_Provider
the session provider.Methods in adams.gui.chooser that return SSHSessionProvider Modifier and Type Method Description protected SSHSessionProvider
SftpDirectoryChooserPanel. getProvider()
-
Uses of SSHSessionProvider in adams.scripting.connection
Classes in adams.scripting.connection that implement SSHSessionProvider Modifier and Type Class Description class
AbstractSSHConnection
Ancestor of connection schemes that use an SSH tunnel to connect to the remote scripting engine.class
AbstractSSHConnectionWithPortForwarding
Ancestor of connection schemes that use an SSH tunnel to connect to the remote scripting engine.class
ScpConnection
Copies the command as file to the remote host into the specified directory.class
SSHConnection
Uses an SSH tunnel to connect to the remote scripting engine.
-