java.lang.Object
org.apache.jena.fuseki.main.sys.FusekiAutoModules
Control of
FusekiAutoModule
found via ServiceLoader
.-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
enable
(boolean setting) Enable/disable discovery of modules using the service loader.static boolean
Whether the system loaded modules are enabled.static FusekiModules
load()
Load the the system wide Fuseki modules if it has not already been loaded.static void
setup()
Setup discovery of modules using the service loader.
-
Field Details
-
logLoadingProperty
- See Also:
-
envLogLoadingProperty
- See Also:
-
-
Constructor Details
-
FusekiAutoModules
public FusekiAutoModules()
-
-
Method Details
-
enable
public static void enable(boolean setting) Enable/disable discovery of modules using the service loader. The default is 'enabled'. -
isEnabled
public static boolean isEnabled()Whether the system loaded modules are enabled. -
setup
public static void setup()Setup discovery of modules using the service loader. This replaces any current setup. -
load
Load the the system wide Fuseki modules if it has not already been loaded. If disabled, return an empty FusekiModules
-