Package org.apache.axis2.util
Class CommandLineOptionParser
- java.lang.Object
-
- 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
Constructors Constructor Description CommandLineOptionParser(String[] args)
CommandLineOptionParser(Map commandLineOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map
getAllOptions()
List
getInvalidOptions(OptionsValidator validator)
-
-
-
Method Detail
-
getAllOptions
public Map getAllOptions()
-
getInvalidOptions
public List getInvalidOptions(OptionsValidator validator)
-
-