org.apache.axis2.util
Class CommandLineOptionParser

java.lang.Object
  extended by org.apache.axis2.util.CommandLineOptionParser
All Implemented Interfaces:
CommandLineOptionConstants

public class CommandLineOptionParser
extends java.lang.Object
implements CommandLineOptionConstants


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.axis2.util.CommandLineOptionConstants
CommandLineOptionConstants.ExtensionArguments, CommandLineOptionConstants.WSDL2JavaConstants
 
Field Summary
 
Fields inherited from interface org.apache.axis2.util.CommandLineOptionConstants
SOLE_INPUT
 
Constructor Summary
CommandLineOptionParser(java.util.Map commandLineOptions)
           
CommandLineOptionParser(java.lang.String[] args)
           
 
Method Summary
 java.util.Map getAllOptions()
           
 java.util.List getInvalidOptions(OptionsValidator validator)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandLineOptionParser

public CommandLineOptionParser(java.util.Map commandLineOptions)

CommandLineOptionParser

public CommandLineOptionParser(java.lang.String[] args)
Method Detail

getAllOptions

public java.util.Map getAllOptions()

getInvalidOptions

public java.util.List getInvalidOptions(OptionsValidator validator)


Copyright © 2007 Apache Web Services Project. All Rights Reserved.