Class CommandProcessor

  • All Implemented Interfaces:
    LoggingSupporter, SizeOfHandler, Stoppable, UndoHandler, Serializable
    Direct Known Subclasses:
    TimeseriesCommandProcessor

    public class CommandProcessor
    extends AbstractCommandProcessor
    General actions:

    connect <driver> <URL> <user> [password]
       Connects to the database.

    disconnect
       Disconnects from the database.

    run-tool <tool + options>
       Runs the specified tool.


    Actions for adams.gui.core.UndoHandler:

    disable-undo
       Disables the undo support, if available.

    enable-undo
       Enables the undo support, if available.




    Version:
    $Revision$
    Author:
    fracpete (fracpete at waikato dot ac dot nz)
    See Also:
    Serialized Form