java.lang.Object
org.apache.jena.fuseki.server.FusekiServerRunner
Functions for building and runner a 
FusekiServer configured from command line arguments
 and system FusekiModules.
 See FusekiMainRunner for similar functionality except without the configuring with FusekiModules.- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic FusekiServer.BuilderCreate aFusekiServer.Builderthat has the FusekiServer with server modules setup and the command line args processed.static FusekiServerBuild but do not start, aFusekiServerwithFusekiModulesas given byFusekiServerModules.serverModules().static voidstatic FusekiServer 
- 
Constructor Details
- 
FusekiServerRunner
public FusekiServerRunner() 
 - 
 - 
Method Details
- 
runAsync
- Parameters:
 args- Command line arguments.- Returns:
 - Return the running server.
 
 - 
run
RunFusekiServerwithFusekiModulesas given byFusekiServerModules.serverModules(). This function does not return. - 
construct
Build but do not start, aFusekiServerwithFusekiModulesas given byFusekiServerModules.serverModules(). - 
builder
Create aFusekiServer.Builderthat has the FusekiServer with server modules setup and the command line args processed. 
 -