Uses of Class
adams.tools.AbstractTool
-
Packages that use AbstractTool Package Description adams.flow.standalone adams.flow.transformer adams.gui.scripting adams.gui.tools adams.tools -
-
Uses of AbstractTool in adams.flow.standalone
Fields in adams.flow.standalone declared as AbstractTool Modifier and Type Field Description protected AbstractToolTool. m_Toolthe tool to run.Methods in adams.flow.standalone that return AbstractTool Modifier and Type Method Description AbstractToolTool. getTool()Returns the tool in use.Methods in adams.flow.standalone with parameters of type AbstractTool Modifier and Type Method Description voidTool. setTool(AbstractTool value)Sets the tool to use. -
Uses of AbstractTool in adams.flow.transformer
Fields in adams.flow.transformer declared as AbstractTool Modifier and Type Field Description protected AbstractToolTool. m_Toolthe tool to run.Methods in adams.flow.transformer that return AbstractTool Modifier and Type Method Description AbstractToolTool. getTool()Returns the tool in use.Methods in adams.flow.transformer with parameters of type AbstractTool Modifier and Type Method Description voidTool. setTool(AbstractTool value)Sets the tool to use. -
Uses of AbstractTool in adams.gui.scripting
Fields in adams.gui.scripting declared as AbstractTool Modifier and Type Field Description protected AbstractToolRunTool. m_RunScheme -
Uses of AbstractTool in adams.gui.tools
Fields in adams.gui.tools declared as AbstractTool Modifier and Type Field Description protected AbstractToolAbstractRunToolPanel. m_CurrentToolthe current tool.Methods in adams.gui.tools with parameters of type AbstractTool Modifier and Type Method Description protected voidAbstractRunToolPanel. run(AbstractTool tool)applies the given tool. -
Uses of AbstractTool in adams.tools
Subclasses of AbstractTool in adams.tools Modifier and Type Class Description classAbstractAddRemoveTimeWindowDatabaseToolAncestor for tools that add or remove stuff in the database.classAbstractDatabaseToolAbstract ancestor for tools that need database access.classAbstractScriptAncestor for tool scripts.classAbstractScriptedToolAbstract ancestor for filters that execute external scripts.classAbstractTimeWindowDatabaseToolAbstract ancestor for database tools that act within a time frame.classCompareDatasetsCompares two datasets, either row-by-row or using a row attribute listing a unique ID for matching the rows, outputting the correlation coefficient of the numeric attributes found in the ranges defined by the user.
In order to trim down the number of generated rows, a threshold can be specified.classDropTablesDrops all tables that match a regular expression (matching sense can be inverted).classGroovyA report filter that uses a Groovy script for processing the data.classInitializeTablesMakes sure that all tables exist and are initialized.classScriptedA tool that uses any scripting handler for processing the data with a script located in the specified file.classTableUpgradeTool for running a specific table upgrade.classTruncateTablesTruncates all tables that match a regular expression (matching sense can be inverted).classZipPasswordAttempts to determine the password of a password protected ZIP file.
If no dictionary file has been provided, a brute force attack is carried out.
The brute force attack can be run in parallel, default is two threads.
The dictionary approach also tests lower/upper case version of the passwords and the reverse of them.Fields in adams.tools declared as AbstractTool Modifier and Type Field Description protected AbstractToolRunTool. m_Toolthe tool to run.protected AbstractToolGroovy. m_ToolObjectthe loaded script object.protected AbstractToolScripted. m_ToolObjectthe loaded script object.Methods in adams.tools that return AbstractTool Modifier and Type Method Description static AbstractToolAbstractTool. forCommandLine(String cmdline)Instantiates the tool from the given commandline (i.e., classname and optional options).static AbstractToolAbstractTool. forName(String classname, String[] options)Instantiates the tool with the given options.AbstractToolRunTool. getTool()Returns the tool being used.Methods in adams.tools with parameters of type AbstractTool Modifier and Type Method Description voidRunTool. setTool(AbstractTool value)Sets the tool to run.
-