Interface Command
- All Known Implementing Classes:
Clear, Close, Connect, ConsoleCommand, Convert, Create, Disconnect, Drop, Export, Federate, Load, Open, PrintHelp, PrintInfo, QueryEvaluator, SetParameters, Show, Sparql, Verify
public interface Command
Abstraction of console commands.
- Author:
- Dale Visser
-
Method Summary
Modifier and TypeMethodDescriptionvoidExecute the given parameters.String[]Return the names of the settings used.
-
Method Details
-
execute
Execute the given parameters.- Parameters:
parameters- parameters typed by user
-
usesSettings
-