public abstract class PropertiesUtils extends Object
Constructor and Description |
---|
PropertiesUtils() |
Modifier and Type | Method and Description |
---|---|
static Properties |
fromCmdLine(String[] args,
int offset) |
static Properties |
load(Class<?> clazz,
String cfgName) |
static Properties |
merge(Properties target,
Properties other) |
static Properties |
propsFromBase64String(String source) |
static String |
propsToBase64(Properties props) |
public static Properties load(Class<?> clazz, String cfgName)
public static Properties merge(Properties target, Properties other)
public static Properties fromCmdLine(String[] args, int offset)
public static String propsToBase64(Properties props)
public static Properties propsFromBase64String(String source)