public class DefaultSettingsHolder extends Object implements SettingsHolder
| Constructor and Description |
|---|
DefaultSettingsHolder() |
| Modifier and Type | Method and Description |
|---|---|
Properties |
asProperties(String prefix,
boolean includePrefix) |
boolean |
booleanValue(String name) |
double |
doubleValue(String name) |
boolean |
hasValue(String name) |
int |
intValue(String name) |
long |
longValue(String name) |
<T> T |
proxy(Class<T> configurationInterface) |
String |
stringValue(String name) |
public <T> T proxy(Class<T> configurationInterface)
proxy in interface SettingsHolderpublic Properties asProperties(String prefix, boolean includePrefix)
asProperties in interface SettingsHolderpublic boolean hasValue(String name)
hasValue in interface SettingsHolderpublic String stringValue(String name)
stringValue in interface SettingsHolderpublic int intValue(String name)
intValue in interface SettingsHolderpublic boolean booleanValue(String name)
booleanValue in interface SettingsHolderpublic long longValue(String name)
longValue in interface SettingsHolderpublic double doubleValue(String name)
doubleValue in interface SettingsHolderCopyright © 2012–2015 Polyglotted IO. All rights reserved.