org.apache.qpid.utils
Class CommandLineOption
java.lang.Object
org.apache.qpid.utils.CommandLineOption
- All Implemented Interfaces:
- CommandLineOptionConstants
public class CommandLineOption
- extends Object
- implements CommandLineOptionConstants
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommandLineOption
public CommandLineOption(String type,
String[] values)
CommandLineOption
public CommandLineOption(String type,
ArrayList values)
- Parameters:
type
-
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.
Licensed to the Apache Software Foundation