Class FusekiServerCmd

java.lang.Object
org.apache.jena.fuseki.main.cmds.FusekiServerCmd

public class FusekiServerCmd extends Object
Fuseki command that runs a Fuseki server with the admin UI.

Use --conf= for multiple datasets and specific service names.

The command line dataset setup only supports a single dataset.

  • Constructor Details

    • FusekiServerCmd

      public FusekiServerCmd()
  • Method Details

    • main

      public static void main(String... args)
      Build and run, a server based on command line syntax. This operation does not return. See FusekiMain.build(java.lang.String...) to build a server using command line syntax but not start it.