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,FusekiServerArgsHandler,FusekiStartStop
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconfigDataAccessPoint(org.apache.jena.fuseki.server.DataAccessPoint dap, org.apache.jena.rdf.model.Model configModel) This method is called for eachDataAccessPointby 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'sDataAccessPointRegistryhas 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, waitMethods inherited from interface org.apache.jena.fuseki.main.sys.FusekiModule
configured, prepare, server, serverAfterStarting, serverArgsBuilder, serverArgsModify, serverArgsPrepare, serverBeforeStarting, serverConfirmReload, serverReload, serverStopped
-
Constructor Details
-
FMod_GraphAccessCtl
public FMod_GraphAccessCtl()
-
-
Method Details
-
name
Description copied from interface:FusekiModuleA display name to identify this module. The name defaults to the class simple name.- Specified by:
namein interfaceFusekiModule
-
configDataAccessPoint
public void configDataAccessPoint(org.apache.jena.fuseki.server.DataAccessPoint dap, org.apache.jena.rdf.model.Model configModel) Description copied from interface:FusekiModuleThis method is called for eachDataAccessPointby 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'sDataAccessPointRegistryhas been built.- Specified by:
configDataAccessPointin interfaceFusekiBuildCycle- Specified by:
configDataAccessPointin interfaceFusekiModule
-