java.lang.Object
org.apache.jena.fuseki.mod.system.FMod_Compact
- All Implemented Interfaces:
FusekiActionCycle,FusekiBuildCycle,FusekiModule,FusekiServerArgsHandler,FusekiStartStop
Enable the
/$/compact endpoint via the command line.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic FusekiModulecreate()voidserverArgsModify(org.apache.jena.cmd.CmdGeneral fusekiCmd, ServerArgs serverArgs) Called after the standard Fuseki main arguments have been added and before argument processing of the command line.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
configDataAccessPoint, configured, name, prepare, server, serverAfterStarting, serverArgsBuilder, serverArgsPrepare, serverBeforeStarting, serverConfirmReload, serverReload, serverStopped
-
Constructor Details
-
FMod_Compact
public FMod_Compact()
-
-
Method Details
-
create
-
serverArgsModify
Description copied from interface:FusekiModuleCalled after the standard Fuseki main arguments have been added and before argument processing of the command line. This allows a Fuseki module to add custom arguments viaCmdLineArgs.addArg(String, String)andCmdGeneral.addModule(org.apache.jena.cmd.ArgModuleGeneral).This method can throw
CmdExceptionto indicate errors. This will cause a error message to be printed, without the stack trace. The server construction is aborted.- Specified by:
serverArgsModifyin interfaceFusekiModule- Specified by:
serverArgsModifyin interfaceFusekiServerArgsHandler- Parameters:
fusekiCmd- Fuseki Main command line argumentsserverArgs- Initial setting before command line processing.
-