tdb.cmdline
Class ModLocation

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

public class ModLocation
extends Object
implements arq.cmdline.ArgModuleGeneral


Constructor Summary
ModLocation()
           
 
Method Summary
 void checkCommandLine(arq.cmdline.CmdArgModule cmdLine)
           
 com.hp.hpl.jena.tdb.base.file.Location getLocation()
           
 void processArgs(arq.cmdline.CmdArgModule cmdLine)
           
 void registerWith(arq.cmdline.CmdGeneral cmdLine)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModLocation

public ModLocation()
Method Detail

registerWith

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

checkCommandLine

public void checkCommandLine(arq.cmdline.CmdArgModule cmdLine)

processArgs

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

getLocation

public com.hp.hpl.jena.tdb.base.file.Location getLocation()


Licenced under the Apache License, Version 2.0