public static interface Config.Scope
Modifier and Type | Method and Description |
---|---|
String |
get(String key) |
String |
get(String key,
String defaultValue) |
String[] |
getArray(String key) |
Boolean |
getBoolean(String key) |
Boolean |
getBoolean(String key,
Boolean defaultValue) |
Integer |
getInt(String key) |
Integer |
getInt(String key,
Integer defaultValue) |
Long |
getLong(String key) |
Long |
getLong(String key,
Long defaultValue) |
Config.Scope |
scope(String... scope) |
Config.Scope scope(String... scope)
Copyright © 2019 JBoss by Red Hat. All rights reserved.