org.apache.qpid.example
Class OptionParser.Option
java.lang.Object
org.apache.qpid.example.OptionParser.Option
- Enclosing class:
- OptionParser
static class OptionParser.Option
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OptionParser.Option
public OptionParser.Option(String shortForm,
String longForm,
String desc,
String valueLabel,
String defaultValue,
Class type)
getShortForm
public String getShortForm()
getLongForm
public String getLongForm()
getDefaultValue
public String getDefaultValue()
getType
public Class getType()
getDesc
public String getDesc()
getValueLabel
public String getValueLabel()
Licensed to the Apache Software Foundation