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 Integer |
asInteger(String value) |
static String |
asString(String value) |
static String |
getSystemPropertyWithMavenPropertyAsFallback(Properties properties,
String key) |
public static int asInt(String value)
public static boolean asBoolean(String value)
public static String getSystemPropertyWithMavenPropertyAsFallback(Properties properties, String key)
Copyright © 2020. All rights reserved.