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 interfacePasswordPrompterInterface 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 classSftpDirectoryListerLists files/dirs on a remote server using SFTP.classSmbDirectoryListerLists 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 classDatabaseActorExecutionClassProducerGenerates 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 interfaceDatabaseConnectionParameterHandlerFor 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 classAbstractDatabaseConnectionDatabaseConnection manages the interface to the database back-end.classAbstractDatabaseObjectWithOptionHandlingAbstract ancestor for classes that need to be able to change the database connection with commandline parameters.classAbstractReconnectableDatabaseConnectionAncestor for database connection classes that offer reconnecting to another URL.classDatabaseConnectionDatabaseConnection 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 classWekaDatabaseWriterActor 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 classWekaDatabaseReaderExecutes 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 classAbstractDatabaseConnectionAncestor for standalone actors providing a database connection different from the system-wide one.classDatabaseConnectionFor initializing an ADAMS database connection that differs from the system-wide one.classIMAPConnectionIMAP server setup.classSMBConnectionProvides access to a remote host via SMB.classSMTPConnectionSMTP server setup for overriding default parameters.classSSHConnectionProvides 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 classSftpRemoteDirectorySetupFor configuring an SSH connection and remote directory.classSmbRemoteDirectorySetupFor 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 classRunDatabaseSchemeAbstract 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 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.classFTPConnectionUses FTP to send commands.classScpConnectionCopies the command as file to the remote host into the specified directory.classSSHConnectionUses 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 classRunToolRuns a tool from commandline.
-