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

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Default HTTP port when running from the command line.
    static final int
    Default HTTPS port when running from the command line.
    static final int
    Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Summary

    Modifier and Type
    Method
    Description
    Apply arguments to a FusekiServer.Builder.
    applyArgs(FusekiServer.Builder builder, FusekiModules modules, String... args)
    Apply arguments to a FusekiServer.Builder and using the given modules.
    static FusekiArgs
    args(FusekiModules fusekiModules, String... args)
     

    Methods inherited from class org.apache.jena.cmd.CmdGeneral

    add, addModule, getUsage, isDebug, isQuiet, isVerbose, printHelp, usage, usage

    Methods inherited from class org.apache.jena.cmd.CmdArgModule

    process

    Methods 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, toString

    Methods inherited from class org.apache.jena.cmd.CommandLineBase

    setArgs

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, wait, wait, wait