org.apache.axis2.wsdl.util
Class CommandLineOptionParser

java.lang.Object
  extended byorg.apache.axis2.wsdl.util.CommandLineOptionParser
All Implemented Interfaces:
CommandLineOptionConstants

public class CommandLineOptionParser
extends Object
implements CommandLineOptionConstants


Field Summary
 
Fields inherited from interface org.apache.axis2.wsdl.util.CommandLineOptionConstants
CODEGEN_ASYNC_ONLY_OPTION, CODEGEN_ASYNC_ONLY_OPTION_LONG, CODEGEN_SYNC_ONLY_OPTION, CODEGEN_SYNC_ONLY_OPTION_LONG, DATA_BINDING_TYPE_OPTION, DATA_BINDING_TYPE_OPTION_LONG, EXTRA_OPTIONTYPE_PREFIX, GENERATE_ALL_OPTION, GENERATE_ALL_OPTION_LONG, GENERATE_SERVICE_DESCRIPTION_OPTION, GENERATE_SERVICE_DESCRIPTION_OPTION_LONG, GENERATE_TEST_CASE_OPTION, GENERATE_TEST_CASE_OPTION_LONG, INVALID_OPTION, OUTPUT_LOCATION_OPTION, OUTPUT_LOCATION_OPTION_LONG, PACKAGE_OPTION, PACKAGE_OPTION_LONG, PORT_NAME_OPTION, PORT_NAME_OPTION_LONG, SERVER_SIDE_CODE_OPTION, SERVER_SIDE_CODE_OPTION_LONG, SERVICE_NAME_OPTION, SERVICE_NAME_OPTION_LONG, SOLE_INPUT, STUB_LANGUAGE_OPTION, STUB_LANGUAGE_OPTION_LONG, UNPACK_CLASSES_OPTION, UNPACK_CLASSES_OPTION_LONG, WSDL_LOCATION_URI_OPTION
 
Constructor Summary
CommandLineOptionParser(Map commandLineOptions)
           
CommandLineOptionParser(String[] args)
           
 
Method Summary
 Map getAllOptions()
           
 List getInvalidOptions()
           
 
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()