java.lang.Object
org.apache.jena.fuseki.main.sys.InitFuseki
- All Implemented Interfaces:
org.apache.jena.base.module.SubsystemLifecycle
,org.apache.jena.sys.JenaSubsystemLifecycle
Jena initialization.
Level 101 - called during Jena system initialization
and after Jena itself has initialized.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
InitFuseki
public InitFuseki()
-
-
Method Details
-
start
public void start()- Specified by:
start
in interfaceorg.apache.jena.base.module.SubsystemLifecycle
-
stop
public void stop()- Specified by:
stop
in interfaceorg.apache.jena.base.module.SubsystemLifecycle
-
level
public int level()- Specified by:
level
in interfaceorg.apache.jena.base.module.SubsystemLifecycle
-
init
public static void init()Load modules, call "start()". EachFusekiModule
will be called during the server build process.
-