net.sourceforge.jeuclid.app.support
Class CommandLineParser

java.lang.Object
  extended by 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

Nested Class Summary
static class CommandLineParser.ParseResults
          Results from command line parsing.
 
Method Summary
static CommandLineParser.ParseResults parseCommandLine(String[] args)
          parses the command line and returns its values.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.