Interface Help

All Known Implementing Classes:
Clear, Close, Connect, ConsoleCommand, ConsoleSetting, ConsoleWidth, Convert, Create, Disconnect, Drop, Export, Federate, Load, LogLevel, Open, Prefixes, PrintHelp, PrintInfo, QueryEvaluator, QueryPrefix, SaveHistory, SetParameters, Show, ShowPrefix, Sparql, Verify, WorkDir

public interface Help
Help interface
Author:
Bart Hanssens
  • Method Summary

    Modifier and Type
    Method
    Description
    Get long description
    Get short description, small enough to fit on one console row
    Get the name of the command
  • Method Details

    • getName

      String getName()
      Get the name of the command
      Returns:
      string
    • getHelpShort

      String getHelpShort()
      Get short description, small enough to fit on one console row
      Returns:
      string
    • getHelpLong

      String getHelpLong()
      Get long description
      Returns:
      string, can be multiple lines