Package org.apache.axis2.util
Class CommandLineOption
java.lang.Object
org.apache.axis2.util.CommandLineOption
- All Implemented Interfaces:
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
ConstructorsConstructorDescriptionCommandLineOption(String type, String[] values) CommandLineOption(String type, ArrayList values) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
CommandLineOption
-
CommandLineOption
- Parameters:
type-
-
-
Method Details
-
getOptionType
- Returns:
- Returns the type.
- See Also:
-
getOptionValue
- Returns:
- Returns the optionValues.
-
getOptionValues
- Returns:
- Returns the optionValues.
-