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 |
iterator() |
Map |
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 parse(Properties props)
public Iterator iterator()
Copyright © 2017 JBoss by Red Hat. All rights reserved.