Module org.apache.jena.fuseki.main
Class FMod_GraphAccessCtl
java.lang.Object
org.apache.jena.fuseki.mod.access.FMod_GraphAccessCtl
- All Implemented Interfaces:
FusekiActionCycle
,FusekiBuildCycle
,FusekiModule
,FusekiServerArgsCustomiser
,FusekiStartStop
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
configDataAccessPoint
(org.apache.jena.fuseki.server.DataAccessPoint dap, org.apache.jena.rdf.model.Model configModel) This method is called for eachDataAccessPoint
by the default implementation ofFusekiBuildCycle.configured(org.apache.jena.fuseki.main.FusekiServer.Builder, org.apache.jena.fuseki.server.DataAccessPointRegistry, org.apache.jena.rdf.model.Model)
after the new server'sDataAccessPointRegistry
has been built.name()
A display name to identify this module.Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.jena.fuseki.main.sys.FusekiModule
configured, prepare, server, serverAfterStarting, serverBeforeStarting, serverConfirmReload, serverReload, serverStopped
Methods inherited from interface org.apache.jena.fuseki.main.sys.FusekiServerArgsCustomiser
serverArgsBuilder, serverArgsModify, serverArgsPrepare
-
Constructor Details
-
FMod_GraphAccessCtl
public FMod_GraphAccessCtl()
-
-
Method Details
-
name
Description copied from interface:FusekiModule
A display name to identify this module.This defaults to the Java simple class name of module.
- Specified by:
name
in interfaceFusekiBuildCycle
- Specified by:
name
in interfaceFusekiModule
-
configDataAccessPoint
public void configDataAccessPoint(org.apache.jena.fuseki.server.DataAccessPoint dap, org.apache.jena.rdf.model.Model configModel) Description copied from interface:FusekiModule
This method is called for eachDataAccessPoint
by the default implementation ofFusekiBuildCycle.configured(org.apache.jena.fuseki.main.FusekiServer.Builder, org.apache.jena.fuseki.server.DataAccessPointRegistry, org.apache.jena.rdf.model.Model)
after the new server'sDataAccessPointRegistry
has been built.- Specified by:
configDataAccessPoint
in interfaceFusekiBuildCycle
- Specified by:
configDataAccessPoint
in interfaceFusekiModule
-