Package org.eclipse.rdf4j.console
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 TypeMethodDescriptionvoid
Execute the given parameters.String[]
Return the names of the settings used.
-
Method Details
-
execute
Execute the given parameters.- Parameters:
parameters
- parameters typed by user- Throws:
IOException
- if a problem occurs reading or writing
-
usesSettings
String[] usesSettings()Return the names of the settings used.- Returns:
- string array of settings
-