Class Starter.HelpPlugin
java.lang.Object
de.iip_ecosphere.platform.services.environment.Starter.HelpPlugin
- All Implemented Interfaces:
Starter.Plugin
- Enclosing class:
Starter
The default plugin for displaying the help texts of the plugins.
- Author:
- Holger Eichelberger, SSE
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
HelpPlugin
private HelpPlugin()
-
-
Method Details
-
run
Description copied from interface:Starter.PluginRuns the plugin.- Specified by:
runin interfaceStarter.Plugin- Parameters:
args- the (modified) command line arguments
-
getHelp
Description copied from interface:Starter.PluginDisplays the help.- Specified by:
getHelpin interfaceStarter.Plugin- Parameters:
indent- indentation characters for all lines after the first- Returns:
- the formatted help text
-