Class PrefixParserAction

java.lang.Object
com.sun.corba.ee.impl.orb.ParserActionBase
com.sun.corba.ee.impl.orb.PrefixParserAction
All Implemented Interfaces:
ParserAction

public class PrefixParserAction extends ParserActionBase
  • Field Details

  • Constructor Details

    • PrefixParserAction

      public PrefixParserAction(String propertyName, Operation operation, String fieldName, Class componentType)
  • Method Details

    • apply

      public 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. Returns null if there are no matches.
      Specified by:
      apply in interface ParserAction
      Specified by:
      apply in class ParserActionBase
      Parameters:
      props - properties to apply action to
      Returns:
      result of action