Interface Starter.Plugin
- All Known Implementing Classes:
Starter.HelpPlugin,TestBroker
- Enclosing class:
Starter
public static interface Starter.Plugin
Defines a starter plugin.
- Author:
- Holger Eichelberger, SSE
-
Method Summary
-
Method Details
-
run
Runs the plugin.- Parameters:
args- the (modified) command line arguments
-
getHelp
Displays the help.- Parameters:
indent- indentation characters for all lines after the first- Returns:
- the formatted help text
-