arq.cmdline
Class ModSymbol

java.lang.Object
  extended by arq.cmdline.ModSymbol
All Implemented Interfaces:
ArgModule, ArgModuleGeneral

public class ModSymbol
extends java.lang.Object
implements ArgModuleGeneral


Field Summary
static com.hp.hpl.jena.shared.PrefixMapping symbolPrefixMapping
           
 
Constructor Summary
ModSymbol()
           
ModSymbol(java.lang.String namespace)
           
 
Method Summary
static void addPrefixMapping(java.lang.String prefix, java.lang.String uri)
           
 void checkCommandLine(CmdArgModule cmdLine)
           
 void processArgs(CmdArgModule cmdLine)
           
 void registerWith(CmdGeneral cmdLine)
           
 void verbose()
           
 void verbose(com.hp.hpl.jena.sparql.util.IndentedWriter out)
           
 void verbose(java.io.PrintStream stream)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

symbolPrefixMapping

public static com.hp.hpl.jena.shared.PrefixMapping symbolPrefixMapping
Constructor Detail

ModSymbol

public ModSymbol()

ModSymbol

public ModSymbol(java.lang.String namespace)
Method Detail

registerWith

public void registerWith(CmdGeneral cmdLine)
Specified by:
registerWith in interface ArgModuleGeneral

checkCommandLine

public void checkCommandLine(CmdArgModule cmdLine)

addPrefixMapping

public static void addPrefixMapping(java.lang.String prefix,
                                    java.lang.String uri)

processArgs

public void processArgs(CmdArgModule cmdLine)
Specified by:
processArgs in interface ArgModule

verbose

public void verbose()

verbose

public void verbose(java.io.PrintStream stream)

verbose

public void verbose(com.hp.hpl.jena.sparql.util.IndentedWriter out)


Copyright © 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP