org.apache.oodt.commons.option.parser
Class CmdLineOptionParser

java.lang.Object
  extended by org.apache.oodt.commons.option.parser.CmdLineOptionParser

public class CmdLineOptionParser
extends java.lang.Object

Version:
$Revision$

Describe your class here

.
Author:
bfoster

Constructor Summary
CmdLineOptionParser()
           
 
Method Summary
 java.util.List<CmdLineOption> getValidOptions()
           
 java.util.List<CmdLineOptionInstance> parse(java.lang.String[] args)
           
 void setValidOptions(java.util.List<CmdLineOption> validOptions)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CmdLineOptionParser

public CmdLineOptionParser()
Method Detail

getValidOptions

public java.util.List<CmdLineOption> getValidOptions()

setValidOptions

public void setValidOptions(java.util.List<CmdLineOption> validOptions)

parse

public java.util.List<CmdLineOptionInstance> parse(java.lang.String[] args)
                                            throws java.io.IOException
Throws:
java.io.IOException


Copyright © 1999-2011
Apache OODT. All Rights Reserved.