Class Verify
java.lang.Object
org.eclipse.rdf4j.console.command.ConsoleCommand
org.eclipse.rdf4j.console.command.Verify
-
Field Summary
Fields inherited from class ConsoleCommand
LOGGER -
Constructor Summary
ConstructorsConstructorDescriptionVerify(ConsoleIO consoleIO, Map<String, ConsoleSetting> settings) Constructor -
Method Summary
Methods inherited from class ConsoleCommand
askProceed, getConsoleIO, getConsoleSettings, getConsoleState, write, writeError, writeError, writeInfo, writeln, writeUnopenedErrorModifier and TypeMethodDescriptionprotected booleanaskProceed(String str, boolean defVal) Ask user to proceedGet console IOGet console settings mapGet console stateprotected voidWrite a string to the consoleprotected voidwriteError(String str) Write a string + newline to the console and to the log as an errorprotected voidwriteError(String str, Exception e) Write a string + message of exception + newline to the console and to the log as an errorprotected voidWrite a string + newline to the console and to the log at level INFOprotected voidWrite a string + newline to the consoleprotected voidWrite repository not opened error
-
Constructor Details
-
Verify
Constructor- Parameters:
consoleIO-settings-
-
-
Method Details
-
getName
-
getHelpShort
Description copied from class:ConsoleCommandGet short description, small enough to fit on one console row- Specified by:
getHelpShortin interfaceHelp- Overrides:
getHelpShortin classConsoleCommand- Returns:
- help string
-
getHelpLong
Description copied from class:ConsoleCommandGet long description- Specified by:
getHelpLongin interfaceHelp- Overrides:
getHelpLongin classConsoleCommand- Returns:
- string, can be multiple lines
-
usesSettings
Description copied from interface:CommandReturn the names of the settings used.- Specified by:
usesSettingsin interfaceCommand- Overrides:
usesSettingsin classConsoleCommand- Returns:
- string array of settings
-
execute
-