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 SSHSessionProviderSftpFileOperations. m_Providerthe session provider to use.Methods in adams.core.io.fileoperations that return SSHSessionProvider Modifier and Type Method Description SSHSessionProviderSftpFileOperations. getProvider()Returns the SSH session provider in use.Methods in adams.core.io.fileoperations with parameters of type SSHSessionProvider Modifier and Type Method Description voidSftpFileOperations. 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 SSHSessionProviderSftpDirectoryLister. m_SessionProviderthe session provider to use.Methods in adams.core.io.lister that return SSHSessionProvider Modifier and Type Method Description SSHSessionProviderSftpDirectoryLister. getSessionProvider()Returns the current session provider.Methods in adams.core.io.lister with parameters of type SSHSessionProvider Modifier and Type Method Description voidSftpDirectoryLister. 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 StringScp. copyFrom(LoggingObject owner, SSHSessionProvider provider, String host, int port, String remoteFile, File localFile)Copies a remote file onto the local machine.static StringScp. copyFrom(LoggingObject owner, SSHSessionProvider provider, String remoteFile, File localFile)Copies a remote file onto the local machine.static StringScp. copyTo(LoggingObject owner, SSHSessionProvider provider, File localFile, String remoteFile)Copies a local file to a remote server.static StringScp. 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 classSSHConnectionProvides 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 classSftpRemoteDirectorySetupFor configuring an SSH connection and remote directory.Fields in adams.gui.chooser declared as SSHSessionProvider Modifier and Type Field Description protected SSHSessionProviderSftpDirectoryChooserPanel. m_Providerthe session provider.Methods in adams.gui.chooser that return SSHSessionProvider Modifier and Type Method Description protected SSHSessionProviderSftpDirectoryChooserPanel. getProvider() -
Uses of SSHSessionProvider in adams.scripting.connection
Classes in adams.scripting.connection that implement SSHSessionProvider Modifier and Type Class Description classAbstractSSHConnectionAncestor of connection schemes that use an SSH tunnel to connect to the remote scripting engine.classAbstractSSHConnectionWithPortForwardingAncestor of connection schemes that use an SSH tunnel to connect to the remote scripting engine.classScpConnectionCopies the command as file to the remote host into the specified directory.classSSHConnectionUses an SSH tunnel to connect to the remote scripting engine.
-