public class PropsUtil
extends Object
Constructor and Description |
---|
PropsUtil() |
Modifier and Type | Method and Description |
---|---|
static boolean |
contains(String key) |
static String |
get(String key) |
static String |
get(String key,
Filter filter) |
static String[] |
getArray(String key) |
static String[] |
getArray(String key,
Filter filter) |
static Properties |
getProperties() |
static Properties |
getProperties(String prefix,
boolean removePrefix) |
static Props |
getProps() |
static void |
setProps(Props props) |
public static boolean contains(String key)
public static String get(String key)
public static String get(String key, Filter filter)
public static String[] getArray(String key)
public static String[] getArray(String key, Filter filter)
public static Properties getProperties()
public static Properties getProperties(String prefix, boolean removePrefix)
public static Props getProps()
public static void setProps(Props props)