Class Starter.HelpPlugin

java.lang.Object
de.iip_ecosphere.platform.services.environment.Starter.HelpPlugin
All Implemented Interfaces:
Starter.Plugin
Enclosing class:
Starter

private static class Starter.HelpPlugin extends Object implements Starter.Plugin
The default plugin for displaying the help texts of the plugins.
Author:
Holger Eichelberger, SSE
  • Constructor Details

    • HelpPlugin

      private HelpPlugin()
  • Method Details

    • run

      public void run(String[] args)
      Description copied from interface: Starter.Plugin
      Runs the plugin.
      Specified by:
      run in interface Starter.Plugin
      Parameters:
      args - the (modified) command line arguments
    • getHelp

      public String getHelp(String indent)
      Description copied from interface: Starter.Plugin
      Displays the help.
      Specified by:
      getHelp in interface Starter.Plugin
      Parameters:
      indent - indentation characters for all lines after the first
      Returns:
      the formatted help text