Class PrintHelp

java.lang.Object
org.eclipse.rdf4j.console.command.ConsoleCommand
org.eclipse.rdf4j.console.command.PrintHelp
All Implemented Interfaces:
Command, Help

public class PrintHelp extends ConsoleCommand
Prints available command and options to the console.
Author:
Dale Visser
  • Field Details

  • Constructor Details

    • PrintHelp

      public PrintHelp(ConsoleIO consoleIO, Map<String,? extends Help> commands)
      Constructor
      Parameters:
      consoleIO -
      commands -
  • Method Details

    • getName

      public String getName()
      Description copied from interface: Help
      Get the name of the command
      Returns:
      string
    • getHelpShort

      public String getHelpShort()
      Description copied from class: ConsoleCommand
      Get short description, small enough to fit on one console row
      Specified by:
      getHelpShort in interface Help
      Overrides:
      getHelpShort in class ConsoleCommand
      Returns:
      help string
    • getHelpLong

      public String getHelpLong()
      Description copied from class: ConsoleCommand
      Get long description
      Specified by:
      getHelpLong in interface Help
      Overrides:
      getHelpLong in class ConsoleCommand
      Returns:
      string, can be multiple lines
    • execute

      public void execute(String... parameters)
      Description copied from interface: Command
      Execute the given parameters.
      Specified by:
      execute in interface Command
      Overrides:
      execute in class ConsoleCommand
      Parameters:
      parameters - parameters typed by user