net.sourceforge.jeuclid.app.support
Class CommandLineParser
java.lang.Object
net.sourceforge.jeuclid.app.support.CommandLineParser
public final class CommandLineParser
- extends Object
This class contains a command line parser for JEuclid apps.
- Version:
- $Revision: 310 $
- Author:
- Max Berger
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
parseCommandLine
public static CommandLineParser.ParseResults parseCommandLine(String[] args)
- parses the command line and returns its values.
- Parameters:
args - the command line
- Returns:
- a ParseResults instance
Copyright © 2002-2008 The JEuclid project. All Rights Reserved.