Package | Description |
---|---|
org.apache.qpid.configuration |
Modifier and Type | Class and Description |
---|---|
static class |
Accessor.MapAccessor |
static class |
Accessor.SystemPropertyAccessor |
Modifier and Type | Method and Description |
---|---|
protected Accessor |
QpidProperty.getAccessor() |
Modifier and Type | Method and Description |
---|---|
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) |
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.