Package org.apache.axis2.util
Class CommandLineOption
- java.lang.Object
-
- org.apache.axis2.util.CommandLineOption
-
- All Implemented Interfaces:
CommandLineOptionConstants
public class CommandLineOption 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 CommandLineOption(String type, String[] values)
CommandLineOption(String type, ArrayList values)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getOptionType()
String
getOptionValue()
ArrayList
getOptionValues()
-
-
-
Method Detail
-
getOptionType
public String getOptionType()
- Returns:
- Returns the type.
- See Also:
CommandLineOptionConstants
-
getOptionValue
public String getOptionValue()
- Returns:
- Returns the optionValues.
-
getOptionValues
public ArrayList getOptionValues()
- Returns:
- Returns the optionValues.
-
-