Uses of Interface
adams.core.PasswordSupporter
-
Packages that use PasswordSupporter Package Description adams.core adams.core.io.lister adams.core.option adams.db adams.flow.sink adams.flow.source adams.flow.standalone adams.gui.chooser adams.run adams.scripting.connection adams.tools -
-
Uses of PasswordSupporter in adams.core
Subinterfaces of PasswordSupporter in adams.core Modifier and Type Interface Description interface
PasswordPrompter
Interface for classes that prompt the user to enter a password. -
Uses of PasswordSupporter in adams.core.io.lister
Classes in adams.core.io.lister that implement PasswordSupporter Modifier and Type Class Description class
FtpDirectoryLister
Lists files/dirs on a remote server using FTP.class
SftpDirectoryLister
Lists files/dirs on a remote server using SFTP.class
SmbDirectoryLister
Lists files/dirs on a remote server using SMB. -
Uses of PasswordSupporter in adams.core.option
Classes in adams.core.option that implement PasswordSupporter Modifier and Type Class Description class
DatabaseActorExecutionClassProducer
Generates a wrapper for an actor that works in conjunction with a database. -
Uses of PasswordSupporter in adams.db
Subinterfaces of PasswordSupporter in adams.db Modifier and Type Interface Description interface
DatabaseConnectionParameterHandler
For classes that explicitly allow to set database connection parameters, like URL, user and password.Classes in adams.db that implement PasswordSupporter Modifier and Type Class Description class
AbstractDatabaseConnection
DatabaseConnection manages the interface to the database back-end.class
AbstractDatabaseObjectWithOptionHandling
Abstract ancestor for classes that need to be able to change the database connection with commandline parameters.class
AbstractReconnectableDatabaseConnection
Ancestor for database connection classes that offer reconnecting to another URL.class
DatabaseConnection
DatabaseConnection manages the interface to the database back-end. -
Uses of PasswordSupporter in adams.flow.sink
Classes in adams.flow.sink that implement PasswordSupporter Modifier and Type Class Description class
WekaDatabaseWriter
Actor for saving a weka.core.Instances object in a database.
The relation name of the incoming dataset can be used to replace the current filename (path and extension are kept). -
Uses of PasswordSupporter in adams.flow.source
Classes in adams.flow.source that implement PasswordSupporter Modifier and Type Class Description class
WekaDatabaseReader
Executes a query and returns the data either in batch or incremental mode. -
Uses of PasswordSupporter in adams.flow.standalone
Classes in adams.flow.standalone that implement PasswordSupporter Modifier and Type Class Description class
AbstractDatabaseConnection
Ancestor for standalone actors providing a database connection different from the system-wide one.class
DatabaseConnection
For initializing an ADAMS database connection that differs from the system-wide one.class
FTPConnection
Provides access to a FTP host.
If debugging is enabled, the FTP commands issued by other actors will get printed as debug output of this actor.class
SMBConnection
Provides access to a remote host via SMB.class
SMTPConnection
SMTP server setup for overriding default parameters.class
SSHConnection
Provides access to a remote host via SSH.
For more information see:
(2011). -
Uses of PasswordSupporter in adams.gui.chooser
Classes in adams.gui.chooser that implement PasswordSupporter Modifier and Type Class Description class
FtpRemoteDirectorySetup
For configuring an SSH connection and remote directory.class
SftpRemoteDirectorySetup
For configuring an SSH connection and remote directory.class
SmbRemoteDirectorySetup
For configuring an SMB connection and remote directory. -
Uses of PasswordSupporter in adams.run
Classes in adams.run that implement PasswordSupporter Modifier and Type Class Description class
RunDatabaseScheme
Abstract ancestor for RunSchemes that need to access the database. -
Uses of PasswordSupporter in adams.scripting.connection
Classes in adams.scripting.connection that implement PasswordSupporter 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
FTPConnection
Uses FTP to send commands.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. -
Uses of PasswordSupporter in adams.tools
Classes in adams.tools that implement PasswordSupporter Modifier and Type Class Description class
RunTool
Runs a tool from commandline.
-