net.sf.statsvn.output
Class SvnCommandLineParser

java.lang.Object
  extended bynet.sf.statcvs.output.CommandLineParser
      extended bynet.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.

Version:
$Id: SvnCommandLineParser.java,v 1.16 2005/03/20 19:12:25 squig Exp $
Author:
Richard Cyganiak

Constructor Summary
SvnCommandLineParser(String[] args)
          Constructor for SvnCommandLineParser
 
Method Summary
protected  void checkForRequiredArgs()
           
protected  boolean doChildrenSwitch(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(String[] args)
Constructor for SvnCommandLineParser

Parameters:
args - the command line parameters
Method Detail

doChildrenSwitch

protected boolean doChildrenSwitch(String switchName)
                            throws net.sf.statcvs.output.ConfigurationException
Throws:
net.sf.statcvs.output.ConfigurationException

checkForRequiredArgs

protected void checkForRequiredArgs()
                             throws net.sf.statcvs.output.ConfigurationException
Throws:
net.sf.statcvs.output.ConfigurationException