public class Configs extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
Configs.Config |
| Constructor and Description |
|---|
Configs() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
asBoolean(String value) |
static int |
asInt(String value)
Returns an int corresponding to the parsed provided value.
|
static Integer |
asInteger(String value) |
static String |
asString(String value) |
static String |
getFromSystemPropertyWithPropertiesAsFallback(Properties properties,
String key) |
public static int asInt(String value)
value - string to parse.public static boolean asBoolean(String value)
public static String getFromSystemPropertyWithPropertiesAsFallback(Properties properties, String key)
Copyright © 2024. All rights reserved.