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 SMBSessionProviderSmbFileOperations. m_Providerthe authentication provider to use.Methods in adams.core.io.fileoperations that return SMBSessionProvider Modifier and Type Method Description SMBSessionProviderSmbFileOperations. getProvider()Returns the authentication provider in use.Methods in adams.core.io.fileoperations with parameters of type SMBSessionProvider Modifier and Type Method Description voidSmbFileOperations. 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 SMBSessionProviderSmbDirectoryLister. m_SessionProviderthe session provider to use.Methods in adams.core.io.lister that return SMBSessionProvider Modifier and Type Method Description SMBSessionProviderSmbDirectoryLister. getSessionProvider()Returns the session provider to use.Methods in adams.core.io.lister with parameters of type SMBSessionProvider Modifier and Type Method Description voidSmbDirectoryLister. 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 StringSMB. copyFrom(LoggingObject owner, SMBSessionProvider provider, com.hierynomus.smbj.share.DiskShare share, String remoteFile, File localFile)Copies a remote file onto the local machine.static StringSMB. copyFrom(LoggingObject owner, SMBSessionProvider provider, String share, String remoteFile, File localFile)Copies a remote file onto the local machine.static StringSMB. copyTo(LoggingObject owner, SMBSessionProvider provider, File localFile, com.hierynomus.smbj.share.DiskShare share, String remoteFile)Copies a local file to a remote server.static StringSMB. 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 classSMBConnectionProvides 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 classSmbRemoteDirectorySetupFor configuring an SMB connection and remote directory.Fields in adams.gui.chooser declared as SMBSessionProvider Modifier and Type Field Description protected SMBSessionProviderSmbDirectoryChooserPanel. m_Providerthe context provider.Methods in adams.gui.chooser that return SMBSessionProvider Modifier and Type Method Description protected SMBSessionProviderSmbDirectoryChooserPanel. getProvider()
-