public class Configs extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
Configs.Key |
| Constructor and Description |
|---|
Configs() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
asBoolean(String value) |
static int |
asInt(String value) |
static String |
getPropertyWithSystemAsFallback(Properties properties,
String key) |
public static int asInt(String value)
public static boolean asBoolean(String value)
public static String getPropertyWithSystemAsFallback(Properties properties, String key)
Copyright © 2016. All rights reserved.