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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
execute(String... parameters)
Execute the given parameters.String[]
usesSettings()
Return the names of the settings used.
-