Package se.liu.ida.hefquin.cli.modules
Class ModNeo4jEndpoint
java.lang.Object
org.apache.jena.cmd.ModBase
se.liu.ida.hefquin.cli.modules.ModNeo4jEndpoint
- All Implemented Interfaces:
org.apache.jena.cmd.ArgModule
,org.apache.jena.cmd.ArgModuleGeneral
public class ModNeo4jEndpoint
extends org.apache.jena.cmd.ModBase
Command-line argument module for specifying endpoint and authentication.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
processArgs
(org.apache.jena.cmd.CmdArgModule cmdLine) void
registerWith
(org.apache.jena.cmd.CmdGeneral cmdLine)
-
Field Details
-
argEndpointURI
protected final org.apache.jena.cmd.ArgDecl argEndpointURI -
argUsername
protected final org.apache.jena.cmd.ArgDecl argUsername -
argPassword
protected final org.apache.jena.cmd.ArgDecl argPassword -
endpoint
-
username
-
password
-
-
Constructor Details
-
ModNeo4jEndpoint
public ModNeo4jEndpoint()
-
-
Method Details
-
registerWith
public void registerWith(org.apache.jena.cmd.CmdGeneral cmdLine) -
processArgs
public void processArgs(org.apache.jena.cmd.CmdArgModule cmdLine) -
getEndpoint
-
getUsername
-
getPassword
-