Class ModQuery

java.lang.Object
org.apache.jena.cmd.ModBase
arq.cmdline.ModQueryIn
se.liu.ida.hefquin.cli.modules.ModQuery
All Implemented Interfaces:
org.apache.jena.cmd.ArgModule, org.apache.jena.cmd.ArgModuleGeneral

public class ModQuery extends arq.cmdline.ModQueryIn
  • Field Summary

    Fields inherited from class arq.cmdline.ModQueryIn

    queryBaseDecl, queryFileDecl, querySyntaxDecl
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    registerWith(org.apache.jena.cmd.CmdGeneral cmdLine)
     

    Methods inherited from class arq.cmdline.ModQueryIn

    getQuery, getQuerySyntax, processArgs

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ModQuery

      public ModQuery()
  • Method Details

    • registerWith

      public void registerWith(org.apache.jena.cmd.CmdGeneral cmdLine)
      Specified by:
      registerWith in interface org.apache.jena.cmd.ArgModuleGeneral
      Overrides:
      registerWith in class arq.cmdline.ModQueryIn