arq.cmdline
Class ModVersion

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

public class ModVersion
extends java.lang.Object
implements ArgModuleGeneral


Constructor Summary
ModVersion(boolean printAndExit)
           
 
Method Summary
 void addClass(java.lang.Class<?> c)
           
 boolean getVersionFlag()
           
 void printVersion()
           
 void printVersionAndExit()
           
 void processArgs(CmdArgModule cmdLine)
           
 void registerWith(CmdGeneral cmdLine)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModVersion

public ModVersion(boolean printAndExit)
Method Detail

addClass

public void addClass(java.lang.Class<?> c)

registerWith

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

processArgs

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

getVersionFlag

public boolean getVersionFlag()

printVersion

public void printVersion()

printVersionAndExit

public void printVersionAndExit()


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