Class PrintInfo

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

public class PrintInfo extends ConsoleCommand
Print command
Author:
Dale Visser
  • Constructor Details

    • PrintInfo

      public PrintInfo(ConsoleIO consoleIO, ConsoleState state)
      Constructor
      Parameters:
      consoleIO -
      state -
  • 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