public class PropertyParser extends Object
| Constructor and Description |
|---|
PropertyParser() |
| Modifier and Type | Method and Description |
|---|---|
PropertyParser |
add(String propName,
Operation action,
String fieldName) |
PropertyParser |
addPrefix(String propName,
Operation action,
String fieldName,
Class<?> componentType) |
Iterator<ParserAction> |
iterator() |
Map<String,Object> |
parse(Properties props)
Return a map from field name to value.
|
public PropertyParser add(String propName, Operation action, String fieldName)
public PropertyParser addPrefix(String propName, Operation action, String fieldName, Class<?> componentType)
public Map<String,Object> parse(Properties props)
public Iterator<ParserAction> iterator()
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.