|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Accessor | |
---|---|
org.apache.qpid.configuration |
Uses of Accessor in org.apache.qpid.configuration |
---|
Classes in org.apache.qpid.configuration that implement Accessor | |
---|---|
static class |
Accessor.CombinedAccessor
|
static class |
Accessor.MapAccessor
|
static class |
Accessor.PropertyFileAccessor
|
static class |
Accessor.SystemPropertyAccessor
|
static class |
Accessor.ValidationAccessor
|
Fields in org.apache.qpid.configuration declared as Accessor | |
---|---|
protected Accessor |
QpidProperty.accessor
|
Methods in org.apache.qpid.configuration with parameters of type Accessor | |
---|---|
static QpidProperty<Boolean> |
QpidProperty.booleanProperty(Accessor accessor,
Boolean defaultValue,
String... names)
|
static QpidProperty<Integer> |
QpidProperty.intProperty(Accessor accessor,
Integer defaultValue,
String... names)
|
static QpidProperty<Long> |
QpidProperty.longProperty(Accessor accessor,
Long defaultValue,
String... names)
|
static QpidProperty<String> |
QpidProperty.stringProperty(Accessor accessor,
String defaultValue,
String... names)
|
Constructors in org.apache.qpid.configuration with parameters of type Accessor | |
---|---|
Accessor.CombinedAccessor(Accessor... accessors)
|
|
Accessor.ValidationAccessor(Accessor delegate,
Validator... validators)
|
|
QpidProperty.QpidBooleanProperty(Accessor accessor,
Boolean defValue,
String... names)
|
|
QpidProperty.QpidIntProperty(Accessor accessor,
Integer defValue,
String... names)
|
|
QpidProperty.QpidLongProperty(Accessor accessor,
Long defValue,
String... names)
|
|
QpidProperty.QpidStringProperty(Accessor accessor,
String defValue,
String... names)
|
|
QpidProperty(Accessor accessor,
T defValue,
String... names)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |