org.apache.axis2.util
Class CommandLineOptionParser

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

public class CommandLineOptionParser
extends 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(Map commandLineOptions)
           
CommandLineOptionParser(String[] args)
           
 
Method Summary
 Map getAllOptions()
           
 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(Map commandLineOptions)

CommandLineOptionParser

public CommandLineOptionParser(String[] args)
Method Detail

getAllOptions

public Map getAllOptions()

getInvalidOptions

public List getInvalidOptions(OptionsValidator validator)


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.