public class ConfigurationHelper extends Object
Constructor and Description |
---|
ConfigurationHelper() |
Modifier and Type | Method and Description |
---|---|
static Set<String> |
checkKeys(Set<String> allowableKeys,
Set<String> keys) |
static Set<String> |
checkKeysExist(Set<String> requiredKeys,
Set<String> keys) |
static boolean |
getBooleanProperty(String propName,
boolean def,
Map<String,?> props) |
static double |
getDoubleProperty(String name,
double def,
Map<String,?> props) |
static int |
getIntProperty(String propName,
int def,
Map<String,?> props) |
static long |
getLongProperty(String propName,
long def,
Map<String,?> props) |
static String |
getPasswordProperty(String propName,
String def,
Map<String,?> props,
String defaultMaskPassword,
String defaultPasswordCodec) |
static String |
getStringProperty(String propName,
String def,
Map<String,?> props) |
static String |
stringSetToCommaListString(Set<String> invalid) |
public static String getStringProperty(String propName, String def, Map<String,?> props)
public static boolean getBooleanProperty(String propName, boolean def, Map<String,?> props)
public static String getPasswordProperty(String propName, String def, Map<String,?> props, String defaultMaskPassword, String defaultPasswordCodec)
Copyright © 2019 JBoss by Red Hat. All rights reserved.