public class PrefixParserAction extends ParserActionBase
| Constructor and Description |
|---|
PrefixParserAction(String propertyName,
Operation operation,
String fieldName,
Class componentType) |
| Modifier and Type | Method and Description |
|---|---|
Object |
apply(Properties props)
For each String s that matches the prefix given by getPropertyName(),
apply getOperation() to { suffix( s ), value }
and add the result to an Object[]
which forms the result of apply.
|
equals, getFieldName, getOperation, getPropertyName, hashCode, isPrefixpublic Object apply(Properties props)
apply in interface ParserActionapply in class ParserActionBaseCopyright © 2018 JBoss by Red Hat. All rights reserved.