public interface Command
Modifier and Type | Method and Description |
---|---|
int |
exec(com.tinkerpop.frames.FramedGraph<?> graph,
String[] args)
Execute this command with the given arguments.
|
int |
execWithOptions(com.tinkerpop.frames.FramedGraph<?> graph,
org.apache.commons.cli.CommandLine cmdLine)
Execute this command with the given command line options.
|
String |
getDetailedHelp()
Get the formatted help blurb, including options.
|
String |
getHelp()
Get information about the functionality of the command.
|
default String |
getHelpFooter()
Get footer text for the help.
|
String |
getUsage()
Get a short hint about the usage of the command.
|
String getHelp()
String getUsage()
String getDetailedHelp()
default String getHelpFooter()
int execWithOptions(com.tinkerpop.frames.FramedGraph<?> graph, org.apache.commons.cli.CommandLine cmdLine) throws Exception
graph
- the graph databasecmdLine
- the command line optionsException
Copyright © 2018 The European Holocaust Research Infrastructure (EHRI). All rights reserved.