Package com.sun.corba.ee.impl.orb
Class PrefixParserAction
java.lang.Object
com.sun.corba.ee.impl.orb.ParserActionBase
com.sun.corba.ee.impl.orb.PrefixParserAction
- All Implemented Interfaces:
ParserAction
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionPrefixParserAction
(String propertyName, Operation operation, String fieldName, Class componentType) -
Method Summary
Modifier and TypeMethodDescriptionapply
(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.Methods inherited from class com.sun.corba.ee.impl.orb.ParserActionBase
equals, getFieldName, getOperation, getPropertyName, hashCode, isPrefix
-
Field Details
-
wrapper
-
componentType
-
-
Constructor Details
-
PrefixParserAction
-
-
Method Details
-
apply
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. Returns null if there are no matches.- Specified by:
apply
in interfaceParserAction
- Specified by:
apply
in classParserActionBase
- Parameters:
props
- properties to apply action to- Returns:
- result of action
-