Uses of Interface
org.apache.jena.fuseki.main.sys.FusekiModule
Packages that use FusekiModule
Package
Description
-
Uses of FusekiModule in org.apache.jena.fuseki.main.sys
Subinterfaces of FusekiModule in org.apache.jena.fuseki.main.sysModifier and TypeInterfaceDescriptioninterfaceModule interface for Fuseki with loading via ServiceLoader from mixin jars.Methods in org.apache.jena.fuseki.main.sys that return types with arguments of type FusekiModuleMethods in org.apache.jena.fuseki.main.sys with parameters of type FusekiModuleModifier and TypeMethodDescriptionstatic FusekiModulesFusekiModules.add(FusekiModules fusekiModules, FusekiModule... additionalModules) Return a newFusekiModulesobject consisting of the all the modules of the first argument together with the additional modules.booleanFusekiModules.contains(FusekiModule module) Test whether a code module is registered.static FusekiModulesFusekiModules.create(FusekiModule... modules) Create a collection of Fuseki modulesMethod parameters in org.apache.jena.fuseki.main.sys with type arguments of type FusekiModuleModifier and TypeMethodDescriptionstatic FusekiModulesFusekiModules.add(FusekiModules fusekiModules, List<FusekiModule> additionalModules) Return a newFusekiModulesobject consisting of the all the modules of the first argument together with the additional modules.static FusekiModulesFusekiModules.create(List<FusekiModule> modules) Create a collection of Fuseki modulesvoidFusekiModules.forEach(Consumer<FusekiModule> action) Apply an action to each module, in order, one at a time. -
Uses of FusekiModule in org.apache.jena.fuseki.mod.access
Classes in org.apache.jena.fuseki.mod.access that implement FusekiModule -
Uses of FusekiModule in org.apache.jena.fuseki.mod.admin
Classes in org.apache.jena.fuseki.mod.admin that implement FusekiModule -
Uses of FusekiModule in org.apache.jena.fuseki.mod.blank
Classes in org.apache.jena.fuseki.mod.blank that implement FusekiModule -
Uses of FusekiModule in org.apache.jena.fuseki.mod.prometheus
Classes in org.apache.jena.fuseki.mod.prometheus that implement FusekiModuleMethods in org.apache.jena.fuseki.mod.prometheus that return FusekiModule -
Uses of FusekiModule in org.apache.jena.fuseki.mod.shiro
Classes in org.apache.jena.fuseki.mod.shiro that implement FusekiModule -
Uses of FusekiModule in org.apache.jena.fuseki.mod.system
Classes in org.apache.jena.fuseki.mod.system that implement FusekiModuleModifier and TypeClassDescriptionclassEnable the/$/compactendpoint via the command line.classEnable the/$/pingendpoint via the command line.classEnable the/$/statsendpoint via the command line.classEnable the/$/compactendpoint.Methods in org.apache.jena.fuseki.mod.system that return FusekiModuleModifier and TypeMethodDescriptionstatic FusekiModuleFMod_Compact.create()static FusekiModuleFMod_Ping.create()static FusekiModuleFMod_Stats.create()static FusekiModuleFMod_Tasks.create() -
Uses of FusekiModule in org.apache.jena.fuseki.mod.ui
Classes in org.apache.jena.fuseki.mod.ui that implement FusekiModuleMethods in org.apache.jena.fuseki.mod.ui that return FusekiModule