public abstract class QpidProperty<T> extends Object
Modifier and Type | Method and Description |
---|---|
static QpidProperty<Boolean> |
booleanProperty(Accessor accessor,
Boolean defaultValue,
String... names) |
static QpidProperty<Boolean> |
booleanProperty(Boolean defaultValue,
String... names) |
static QpidProperty<Float> |
floatProperty(Float defaultValue,
String... names) |
T |
get() |
protected Accessor |
getAccessor() |
protected abstract T |
getByName(String name) |
static QpidProperty<Integer> |
intProperty(Accessor accessor,
Integer defaultValue,
String... names) |
static QpidProperty<Integer> |
intProperty(Integer defaultValue,
String... names) |
static QpidProperty<Long> |
longProperty(Accessor accessor,
Long defaultValue,
String... names) |
static QpidProperty<Long> |
longProperty(Long defaultValue,
String... names) |
static QpidProperty<String> |
stringProperty(Accessor accessor,
String defaultValue,
String... names) |
static QpidProperty<String> |
stringProperty(String defaultValue,
String... names) |
public T get()
public static QpidProperty<Boolean> booleanProperty(Boolean defaultValue, String... names)
public static QpidProperty<Boolean> booleanProperty(Accessor accessor, Boolean defaultValue, String... names)
public static QpidProperty<Integer> intProperty(Integer defaultValue, String... names)
public static QpidProperty<Integer> intProperty(Accessor accessor, Integer defaultValue, String... names)
public static QpidProperty<Long> longProperty(Long defaultValue, String... names)
public static QpidProperty<Long> longProperty(Accessor accessor, Long defaultValue, String... names)
public static QpidProperty<String> stringProperty(String defaultValue, String... names)
public static QpidProperty<String> stringProperty(Accessor accessor, String defaultValue, String... names)
public static QpidProperty<Float> floatProperty(Float defaultValue, String... names)
protected Accessor getAccessor()
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.