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, isPrefix
public Object apply(Properties props)
apply
in interface ParserAction
apply
in class ParserActionBase
Copyright © 2019 JBoss by Red Hat. All rights reserved.