Class PrintHelp
java.lang.Object
org.eclipse.rdf4j.console.command.ConsoleCommand
org.eclipse.rdf4j.console.command.PrintHelp
Prints available command and options to the console.
- Author:
- Dale Visser
-
Field Summary
Fields inherited from class org.eclipse.rdf4j.console.command.ConsoleCommand
LOGGER
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Execute the given parameters.Get long descriptionGet short description, small enough to fit on one console rowgetName()
Get the name of the commandMethods inherited from class org.eclipse.rdf4j.console.command.ConsoleCommand
askProceed, getConsoleIO, getConsoleSettings, getConsoleState, usesSettings, write, writeError, writeError, writeInfo, writeln, writeUnopenedError
-
Field Details
-
USAGE
- See Also:
-
-
Constructor Details
-
PrintHelp
-
-
Method Details
-
getName
-
getHelpShort
Description copied from class:ConsoleCommand
Get short description, small enough to fit on one console row- Specified by:
getHelpShort
in interfaceHelp
- Overrides:
getHelpShort
in classConsoleCommand
- Returns:
- help string
-
getHelpLong
Description copied from class:ConsoleCommand
Get long description- Specified by:
getHelpLong
in interfaceHelp
- Overrides:
getHelpLong
in classConsoleCommand
- Returns:
- string, can be multiple lines
-
execute
-