net.sf.statsvn.output
Class SvnCommandLineParser
java.lang.Object
net.sf.statcvs.output.CommandLineParser
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 |
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 |
SvnCommandLineParser
public SvnCommandLineParser(java.lang.String[] args)
- Constructor for SvnCommandLineParser
- Parameters:
args
- the command line parameters
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