Uses of Interface
adams.core.net.SMBSessionProvider
-
Packages that use SMBSessionProvider Package Description adams.core.io.fileoperations adams.core.io.lister adams.core.net adams.flow.standalone adams.gui.chooser -
-
Uses of SMBSessionProvider in adams.core.io.fileoperations
Fields in adams.core.io.fileoperations declared as SMBSessionProvider Modifier and Type Field Description protected SMBSessionProvider
SmbFileOperations. m_Provider
the authentication provider to use.Methods in adams.core.io.fileoperations that return SMBSessionProvider Modifier and Type Method Description SMBSessionProvider
SmbFileOperations. getProvider()
Returns the authentication provider in use.Methods in adams.core.io.fileoperations with parameters of type SMBSessionProvider Modifier and Type Method Description void
SmbFileOperations. setProvider(SMBSessionProvider value)
Sets the authentication provider to use. -
Uses of SMBSessionProvider in adams.core.io.lister
Fields in adams.core.io.lister declared as SMBSessionProvider Modifier and Type Field Description protected SMBSessionProvider
SmbDirectoryLister. m_SessionProvider
the session provider to use.Methods in adams.core.io.lister that return SMBSessionProvider Modifier and Type Method Description SMBSessionProvider
SmbDirectoryLister. getSessionProvider()
Returns the session provider to use.Methods in adams.core.io.lister with parameters of type SMBSessionProvider Modifier and Type Method Description void
SmbDirectoryLister. setSessionProvider(SMBSessionProvider value)
Sets the session provider to use. -
Uses of SMBSessionProvider in adams.core.net
Methods in adams.core.net with parameters of type SMBSessionProvider Modifier and Type Method Description static String
SMB. copyFrom(LoggingObject owner, SMBSessionProvider provider, com.hierynomus.smbj.share.DiskShare share, String remoteFile, File localFile)
Copies a remote file onto the local machine.static String
SMB. copyFrom(LoggingObject owner, SMBSessionProvider provider, String share, String remoteFile, File localFile)
Copies a remote file onto the local machine.static String
SMB. copyTo(LoggingObject owner, SMBSessionProvider provider, File localFile, com.hierynomus.smbj.share.DiskShare share, String remoteFile)
Copies a local file to a remote server.static String
SMB. copyTo(LoggingObject owner, SMBSessionProvider provider, File localFile, String share, String remoteFile)
Copies a local file to a remote server. -
Uses of SMBSessionProvider in adams.flow.standalone
Classes in adams.flow.standalone that implement SMBSessionProvider Modifier and Type Class Description class
SMBConnection
Provides access to a remote host via SMB. -
Uses of SMBSessionProvider in adams.gui.chooser
Classes in adams.gui.chooser that implement SMBSessionProvider Modifier and Type Class Description class
SmbRemoteDirectorySetup
For configuring an SMB connection and remote directory.Fields in adams.gui.chooser declared as SMBSessionProvider Modifier and Type Field Description protected SMBSessionProvider
SmbDirectoryChooserPanel. m_Provider
the context provider.Methods in adams.gui.chooser that return SMBSessionProvider Modifier and Type Method Description protected SMBSessionProvider
SmbDirectoryChooserPanel. getProvider()
-