Package com.sun.corba.ee.impl.orb
Class NormalParserAction
java.lang.Object
com.sun.corba.ee.impl.orb.ParserActionBase
com.sun.corba.ee.impl.orb.NormalParserAction
- All Implemented Interfaces:
ParserAction
-
Constructor Summary
ConstructorsConstructorDescriptionNormalParserAction
(String propertyName, Operation operation, String fieldName) -
Method Summary
Modifier and TypeMethodDescriptionapply
(Properties props) Create a String[] of all suffixes of property names that match the propertyName prefix, pass this to op, and return the result.Methods inherited from class com.sun.corba.ee.impl.orb.ParserActionBase
equals, getFieldName, getOperation, getPropertyName, hashCode, isPrefix
-
Constructor Details
-
NormalParserAction
-
-
Method Details
-
apply
Create a String[] of all suffixes of property names that match the propertyName prefix, pass this to op, and return the result.- Specified by:
apply
in interfaceParserAction
- Specified by:
apply
in classParserActionBase
- Parameters:
props
- properties to apply action to- Returns:
- result of action
-