java.lang.Object
org.apache.jena.cmd.CommandLineBase
org.apache.jena.cmd.CmdLineArgs
org.apache.jena.cmd.CmdMain
org.apache.jena.cmd.CmdArgModule
org.apache.jena.cmd.CmdGeneral
arq.cmdline.CmdARQ
org.apache.jena.fuseki.main.cmds.FusekiMain

public class FusekiMain extends arq.cmdline.CmdARQ
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static int
    Default HTTPS port when running from the command line.
    static int
    Default HTTP port when running from the command line.
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    addArgModule(org.apache.jena.cmd.ArgModuleGeneral argModule)
     
    build(String... args)
    Build, but do not start, a server based on command line syntax.
    builder(String... args)
    Create a FusekiServer.Builder which has been setup according to the command line arguments.

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

    add, addModule, getUsage, printHelp, usage, usage

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

    process

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

    cmdError, cmdError, mainAndExit, mainRun, mainRun, mainRun

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

    add, add, add, addArg, addArg, addPositional, contains, contains, containsMultiple, containsMultiple, getArg, getArg, getNumPositional, getPositional, getPositionalArg, getPositionalOrStdin, getValue, getValue, getValues, getValues, hasArg, hasArg, hasArgs, hasPositional, hasValueOfFalse, hasValueOfTrue, indirect, indirect, matchesIndirect, matchesIndirect, 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
  • Field Details

    • defaultPort

      public static int defaultPort
      Default HTTP port when running from the command line.
    • defaultHttpsPort

      public static int defaultHttpsPort
      Default HTTPS port when running from the command line.
  • Method Details

    • addArgModule

      public static void addArgModule(org.apache.jena.cmd.ArgModuleGeneral argModule)
    • build

      public static FusekiServer build(String... args)
      Build, but do not start, a server based on command line syntax.
    • builder

      public static FusekiServer.Builder builder(String... args)
      Create a FusekiServer.Builder which has been setup according to the command line arguments. The builder can be further modified.