net.sf.statsvn.output
Class SvnCommandLineParser

java.lang.Object
  extended by net.sf.statcvs.output.CommandLineParser
      extended by net.sf.statsvn.output.SvnCommandLineParser

public class SvnCommandLineParser
extends net.sf.statcvs.output.CommandLineParser

Takes a command line, like given to the Main.main(java.lang.String[]) method, and turns it into a ConfigurationOptions object.

 

Constructor Summary
SvnCommandLineParser(java.lang.String[] args)
          Constructor for SvnCommandLineParser
 
Method Summary
protected  void checkForRequiredArgs()
           
protected  boolean doChildrenSwitch(java.lang.String switchName)
           
 
Methods inherited from class net.sf.statcvs.output.CommandLineParser
getArgCount, isArgsEmpty, parse, parseSwitch, popNextArg
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SvnCommandLineParser

public SvnCommandLineParser(java.lang.String[] args)
Constructor for SvnCommandLineParser

Parameters:
args - the command line parameters
Method Detail

doChildrenSwitch

protected boolean doChildrenSwitch(java.lang.String switchName)
                            throws net.sf.statcvs.output.ConfigurationException
Overrides:
doChildrenSwitch in class net.sf.statcvs.output.CommandLineParser
Throws:
net.sf.statcvs.output.ConfigurationException

checkForRequiredArgs

protected void checkForRequiredArgs()
                             throws net.sf.statcvs.output.ConfigurationException
Overrides:
checkForRequiredArgs in class net.sf.statcvs.output.CommandLineParser
Throws:
net.sf.statcvs.output.ConfigurationException