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.Builder
Create aFusekiServer.Builder
that has the FusekiServer with server modules setup and the command line args processed.static FusekiServer
Build but do not start, aFusekiServer
withFusekiModules
as given byFusekiServerModules.serverModules()
.static void
static FusekiServer
-
Constructor Details
-
FusekiServerRunner
public FusekiServerRunner()
-
-
Method Details
-
runAsync
- Parameters:
args
- Command line arguments.- Returns:
- Return the running server.
-
run
RunFusekiServer
withFusekiModules
as given byFusekiServerModules.serverModules()
. This function does not return. -
construct
Build but do not start, aFusekiServer
withFusekiModules
as given byFusekiServerModules.serverModules()
. -
builder
Create aFusekiServer.Builder
that has the FusekiServer with server modules setup and the command line args processed.
-