Package se.liu.ida.hefquin.cli
Class RunCypherOverNeo4j
java.lang.Object
org.apache.jena.cmd.CommandLineBase
org.apache.jena.cmd.CmdLineArgs
org.apache.jena.cmd.CmdMain
org.apache.jena.cmd.CmdArgModule
org.apache.jena.cmd.CmdGeneral
arq.cmdline.CmdARQ
se.liu.ida.hefquin.cli.RunCypherOverNeo4j
public class RunCypherOverNeo4j
extends arq.cmdline.CmdARQ
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final org.apache.jena.cmd.ArgDecl
protected final org.apache.jena.cmd.ArgDecl
protected final arq.cmdline.ModTime
Fields inherited from class arq.cmdline.CmdARQ
cmdStrictMode, modContext
Fields inherited from class org.apache.jena.cmd.CmdGeneral
cmdName, modGeneral, modVersion
Fields inherited from class org.apache.jena.cmd.CmdLineArgs
argMap, args, positionals
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class arq.cmdline.CmdARQ
getCommandName, processModulesAndArgs
Methods inherited from class org.apache.jena.cmd.CmdGeneral
add, addModule, getUsage, help, isDebug, isQuiet, isVerbose, printHelp, usage, usage
Methods inherited from class org.apache.jena.cmd.CmdArgModule
process
Methods inherited from class org.apache.jena.cmd.CmdMain
cmdError, cmdError, mainAndExit, mainMethod, mainRun, mainRun, mainRun
Methods inherited from class org.apache.jena.cmd.CmdLineArgs
add, add, add, addArg, addArg, addPositional, contains, contains, containsMultiple, containsMultiple, getArg, getArg, getNumPositional, getPositional, getPositionalArg, getPositionalOrStdin, getValue, getValue, getValues, getValues, handleUnrecognizedArg, hasArg, hasArg, hasArgs, hasPositional, hasValueOfFalse, hasValueOfTrue, indirect, indirect, matchesIndirect, matchesIndirect, toString
Methods inherited from class org.apache.jena.cmd.CommandLineBase
apply, getArg, getArgList, setArgs
-
Field Details
-
modTime
protected final arq.cmdline.ModTime modTime -
argNeo4jUri
protected final org.apache.jena.cmd.ArgDecl argNeo4jUri -
argCypherQuery
protected final org.apache.jena.cmd.ArgDecl argCypherQuery
-
-
Constructor Details
-
RunCypherOverNeo4j
-
-
Method Details
-
main
-
getSummary
- Specified by:
getSummary
in classorg.apache.jena.cmd.CmdGeneral
-
exec
protected void exec()- Specified by:
exec
in classorg.apache.jena.cmd.CmdMain
-