Class SPARQLExtCli


  • public class SPARQLExtCli
    extends Object
    Main class for the CLI interface to SPARQL-Generate; see HDTStreamRDF for the options.
    Author:
    Maxime Lefrançois
    • Constructor Detail

      • SPARQLExtCli

        public SPARQLExtCli()
    • Method Detail

      • main

        public static void main​(String[] args)
                         throws org.apache.commons.cli.ParseException
        see HDTStreamRDF for the options.
        Parameters:
        args -
        Throws:
        org.apache.commons.cli.ParseException
      • exec

        public static void exec​(File workingDir,
                                CliRequest rq,
                                org.apache.commons.cli.CommandLine cl)
                         throws SPARQLExtException
        Executes SPARQL-Generate in a working directory, with CliRequest parameters, and an optional CommandLink that contains URL-URL binding for the sources in the main query
        Parameters:
        workingDir -
        rq -
        cl -
        Throws:
        SPARQLExtException