|
Kieker 1.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectkieker.analysis.util.PropertyMap
public class PropertyMap
TODO: replace with Configuration, similar to Monitoring Component See ticket http://samoa.informatik.uni-kiel.de:8000/kieker/ticket/163
| Constructor Summary | |
|---|---|
PropertyMap(String initString,
String pairDelimiter,
String keyValueDelimiter)
Constructs an object from the given initString using the given delimiters. |
|
| Method Summary | |
|---|---|
Map<String,String> |
getMap()
|
String |
getProperty(String propName)
Returns the value for the initialization property @a propName or null if no value for this property exists. |
String |
getProperty(String propName,
String defaultVal)
Returns the value for the initialization property @a propName or the the passed default value @a default if no value for this property exists. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PropertyMap(String initString,
String pairDelimiter,
String keyValueDelimiter)
initString -
IllegalArgumentException - if the initString couldn't be parsed.| Method Detail |
|---|
public final Map<String,String> getMap()
public final String getProperty(String propName,
String defaultVal)
public final String getProperty(String propName)
|
Kieker 1.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||