Uses of Class
org.apache.qpid.configuration.QpidProperty

Packages that use QpidProperty
org.apache.qpid.configuration   
 

Uses of QpidProperty in org.apache.qpid.configuration
 

Subclasses of QpidProperty in org.apache.qpid.configuration
(package private) static class QpidProperty.QpidBooleanProperty
           
(package private) static class QpidProperty.QpidIntProperty
           
(package private) static class QpidProperty.QpidLongProperty
           
(package private) static class QpidProperty.QpidStringProperty
           
 

Methods in org.apache.qpid.configuration that return QpidProperty
static QpidProperty<Boolean> QpidProperty.booleanProperty(Accessor accessor, Boolean defaultValue, String... names)
           
static QpidProperty<Boolean> QpidProperty.booleanProperty(Boolean defaultValue, String... names)
           
static QpidProperty<Integer> QpidProperty.intProperty(Accessor accessor, Integer defaultValue, String... names)
           
static QpidProperty<Integer> QpidProperty.intProperty(Integer defaultValue, String... names)
           
static QpidProperty<Long> QpidProperty.longProperty(Accessor accessor, Long defaultValue, String... names)
           
static QpidProperty<Long> QpidProperty.longProperty(Long defaultValue, String... names)
           
static QpidProperty<String> QpidProperty.stringProperty(Accessor accessor, String defaultValue, String... names)
           
static QpidProperty<String> QpidProperty.stringProperty(String defaultValue, String... names)
           
 



Licensed to the Apache Software Foundation