org.apache.qpid.configuration
Class QpidProperty.QpidStringProperty

java.lang.Object
  extended by org.apache.qpid.configuration.QpidProperty<String>
      extended by org.apache.qpid.configuration.QpidProperty.QpidStringProperty
Enclosing class:
QpidProperty<T>

static class QpidProperty.QpidStringProperty
extends QpidProperty<String>


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.qpid.configuration.QpidProperty
QpidProperty.QpidBooleanProperty, QpidProperty.QpidIntProperty, QpidProperty.QpidLongProperty, QpidProperty.QpidStringProperty
 
Field Summary
 
Fields inherited from class org.apache.qpid.configuration.QpidProperty
accessor
 
Constructor Summary
QpidProperty.QpidStringProperty(Accessor accessor, String defValue, String... names)
           
QpidProperty.QpidStringProperty(String defValue, String... names)
           
 
Method Summary
protected  String getByName(String name)
           
 
Methods inherited from class org.apache.qpid.configuration.QpidProperty
booleanProperty, booleanProperty, get, intProperty, intProperty, longProperty, longProperty, stringProperty, stringProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QpidProperty.QpidStringProperty

QpidProperty.QpidStringProperty(String defValue,
                                String... names)

QpidProperty.QpidStringProperty

QpidProperty.QpidStringProperty(Accessor accessor,
                                String defValue,
                                String... names)
Method Detail

getByName

protected String getByName(String name)
Specified by:
getByName in class QpidProperty<String>


Licensed to the Apache Software Foundation