java.lang.Object
org.apache.jena.fuseki.main.cmds.ServerArgs
Setup details (command line, config file) from command line processing.
This is built by
FusekiMain.processModulesAndArgs()
.
This is processed by FusekiMain.applyServerArgs(org.apache.jena.fuseki.main.FusekiServer.Builder, org.apache.jena.fuseki.main.cmds.ServerArgs)
.-
Field Summary
Modifier and TypeFieldDescriptionGeneral query processor servletboolean
Allow no datasets without it being an error.boolean
Allow updateorg.apache.jena.atlas.web.AuthScheme
boolean
Don't process standard arguments.org.apache.jena.sparql.core.DatasetGraph
An informative labelThe dataset name (canonical form)FusekiModules to use during the server build Command line customisers are handled separately by FusekiMain.int
boolean
Loopbackint
Server port.org.apache.jena.graph.Graph
RDFS dataset - only when dataset is defined on the command line.org.apache.jena.rdf.model.Model
boolean
Start without a dataset or configuration (this is--empty
)boolean
boolean
boolean
boolean
boolean
boolean
boolean
-
Constructor Summary
-
Method Summary
-
Field Details
-
port
public int portServer port. This is the http port when both http and https are active. -
loopback
public boolean loopbackLoopback -
httpsPort
public int httpsPort -
httpsKeysDetails
-
jettyConfigFile
-
datasetPath
The dataset name (canonical form) -
allowUpdate
public boolean allowUpdateAllow update -
verboseLogging
public boolean verboseLogging -
fusekiModules
FusekiModules to use during the server build Command line customisers are handled separately by FusekiMain. -
withCORS
public boolean withCORS -
corsConfigFile
-
withPing
public boolean withPing -
withStats
public boolean withStats -
withMetrics
public boolean withMetrics -
withCompact
public boolean withCompact -
dsgMaker
-
dataset
public org.apache.jena.sparql.core.DatasetGraph dataset -
rdfsSchemaGraph
public org.apache.jena.graph.Graph rdfsSchemaGraphRDFS dataset - only when dataset is defined on the command line. -
serverConfigFile
-
serverConfigModel
public org.apache.jena.rdf.model.Model serverConfigModel -
allowEmpty
public boolean allowEmptyAllow no datasets without it being an error. This is not a command argument. -
setup
-
startEmpty
public boolean startEmptyStart without a dataset or configuration (this is--empty
) -
addGeneral
General query processor servlet -
validators
public boolean validators -
datasetDescription
An informative label -
servletContextPath
-
contentDirectory
-
authScheme
public org.apache.jena.atlas.web.AuthScheme authScheme -
passwdFile
-
realm
-
bypassStdArgs
public boolean bypassStdArgsDon't process standard arguments. This is a not a command argument.
-
-
Constructor Details
-
ServerArgs
public ServerArgs()
-