org.apache.qpid.example
Class OptionParser.Option

java.lang.Object
  extended by org.apache.qpid.example.OptionParser.Option
Enclosing class:
OptionParser

static class OptionParser.Option
extends Object


Constructor Summary
OptionParser.Option(String shortForm, String longForm, String desc, String valueLabel, String defaultValue, Class type)
           
 
Method Summary
 String getDefaultValue()
           
 String getDesc()
           
 String getLongForm()
           
 String getShortForm()
           
 Class getType()
           
 String getValueLabel()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OptionParser.Option

public OptionParser.Option(String shortForm,
                           String longForm,
                           String desc,
                           String valueLabel,
                           String defaultValue,
                           Class type)
Method Detail

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