java.lang.Object
org.apache.jena.cmd.CommandLineBase
org.apache.jena.cmd.CmdLineArgs
org.apache.jena.cmd.CmdArgModule
org.apache.jena.cmd.CmdGeneral
org.apache.jena.fuseki.main.runner.FusekiArgs
public class FusekiArgs
extends org.apache.jena.cmd.CmdGeneral
The command line processor.
This used via one of the static functions to produce
an initialized FusekiServer.Builder or a constructed FusekiServer.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intDefault HTTP port when running from the command line.static final intDefault HTTPS port when running from the command line.static final intDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionstatic FusekiServer.BuilderapplyArgs(FusekiServer.Builder builder, String... args) Apply arguments to aFusekiServer.Builder.static FusekiServer.BuilderapplyArgs(FusekiServer.Builder builder, FusekiModules modules, String... args) Apply arguments to aFusekiServer.Builderand using the given modules.static FusekiArgsargs(FusekiModules fusekiModules, String... args) Methods inherited from class org.apache.jena.cmd.CmdGeneral
add, addModule, getUsage, isDebug, isQuiet, isVerbose, printHelp, usage, usageMethods inherited from class org.apache.jena.cmd.CmdArgModule
processMethods inherited from class org.apache.jena.cmd.CmdLineArgs
add, add, add, addArg, addArg, addPositional, clear, cmdError, cmdError, contains, contains, containsMultiple, containsMultiple, getArg, getArg, getNumPositional, getPositional, getPositionalArg, getPositionalOrStdin, getValue, getValue, getValues, getValues, hasArg, hasArg, hasArgs, hasPositional, hasValueOfFalse, hasValueOfTrue, indirect, indirect, matchesIndirect, matchesIndirect, removeArg, removeArg, removeArgAll, reset, toStringMethods inherited from class org.apache.jena.cmd.CommandLineBase
setArgs
-
Field Details
-
defaultArgsHttpPort
public static final int defaultArgsHttpPortDefault HTTP port when running from the command line.- See Also:
-
defaultPort
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
-
defaultArgsHttpsPort
public static final int defaultArgsHttpsPortDefault HTTPS port when running from the command line.- See Also:
-
-
Method Details
-
applyArgs
Apply arguments to aFusekiServer.Builder. -
applyArgs
public static FusekiServer.Builder applyArgs(FusekiServer.Builder builder, FusekiModules modules, String... args) Apply arguments to aFusekiServer.Builderand using the given modules. -
args
-
defaultArgsHttpPort