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
public class NormalParserAction extends ParserActionBase
-
-
Constructor Summary
Constructors Constructor Description NormalParserAction(java.lang.String propertyName, Operation operation, java.lang.String fieldName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
apply(java.util.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 Detail
-
NormalParserAction
public NormalParserAction(java.lang.String propertyName, Operation operation, java.lang.String fieldName)
-
-
Method Detail
-
apply
public java.lang.Object apply(java.util.Properties props)
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
-
-