public class SettingsUtils extends Object
Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_NAME_DEFAULT |
Constructor and Description |
---|
SettingsUtils() |
Modifier and Type | Method and Description |
---|---|
static Map<String,String> |
expandUriMap(Map<String,String> map,
Map<String,String> aliases) |
static Map<String,Object> |
parseLines(String[] lines)
packageExporter/propertyKey=propertyValue
packageExporter/endpoint[flag]=propertyValue
packageExporter/packageBuilder/propertyKey=propertyValue
propertyKey=propertyValue
trigger[0]/propertyKey=propertyValue
trigger[0]/propertyKey=propertyValue
|
static Map<String,String> |
removeEmptyEntries(Map<String,String> map) |
static String[] |
removeEmptyEntries(String[] array) |
static String[] |
removeEmptyEntries(String[] array,
String[] defaultArray) |
static String |
removeEmptyEntry(String entry) |
static Map<String,String> |
toUriMap(Object obj) |
public static final String COMPONENT_NAME_DEFAULT
public static Map<String,Object> parseLines(String[] lines)
lines
- the property linesMap
of the property names -> property valuesCopyright © 2007–2018 The Apache Software Foundation. All rights reserved.