Module org.apache.jena.fuseki.main
Package org.apache.jena.fuseki.main.cmds
Class FusekiServerPlainCmd
java.lang.Object
org.apache.jena.fuseki.main.cmds.FusekiServerPlainCmd
Fuseki command that runs a Fuseki server with all function except with UI.
Shiro must be configured using the command line
--shiro=...
or using environment FUSEKI_SHIRO.
Use --conf= for multiple datasets and specific service names.
The command line dataset setup only supports a single dataset.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FusekiServerPlainCmd
public FusekiServerPlainCmd()
-
-
Method Details
-
main
Build and run, a server based on command line syntax. This operation does not return. SeeFusekiMain.build(java.lang.String...)to build a server in code using command line syntax but not start it.
-