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

    Modifier and Type
    Method
    Description
    default String
    getHelp(String indent)
    Displays the help.
    void
    run(String[] args)
    Runs the plugin.
  • Method Details

    • run

      void run(String[] args)
      Runs the plugin.
      Parameters:
      args - the (modified) command line arguments
    • getHelp

      default String getHelp(String indent)
      Displays the help.
      Parameters:
      indent - indentation characters for all lines after the first
      Returns:
      the formatted help text