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 TypeInterfaceDescriptioninterface
Module 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 TypeMethodDescriptionboolean
FusekiModules.contains
(FusekiModule module) Test whether a code module is registered.static FusekiModules
FusekiModules.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 FusekiModules
FusekiModules.create
(List<FusekiModule> modules) Create a collection of Fuseki modulesvoid
FusekiModules.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.ui
Classes in org.apache.jena.fuseki.mod.ui that implement FusekiModuleMethods in org.apache.jena.fuseki.mod.ui that return FusekiModule