Uses of Class
com.sun.corba.ee.spi.orb.PropertyParser
Packages that use PropertyParser
Package
Description
-
Uses of PropertyParser in com.sun.corba.ee.impl.orb
Methods in com.sun.corba.ee.impl.orb that return PropertyParserModifier and TypeMethodDescriptionORBConfiguratorImpl.ConfigParser.makeParser()ORBImpl.ConfigParser.makeParser()Methods in com.sun.corba.ee.impl.orb with parameters of type PropertyParserModifier and TypeMethodDescriptionvoidNormalParserData.addToParser(PropertyParser parser) voidPrefixParserData.addToParser(PropertyParser parser) voidDataCollectorBase.setParser(PropertyParser parser) -
Uses of PropertyParser in com.sun.corba.ee.impl.plugin.hwlb
Methods in com.sun.corba.ee.impl.plugin.hwlb that return PropertyParser -
Uses of PropertyParser in com.sun.corba.ee.spi.orb
Methods in com.sun.corba.ee.spi.orb that return PropertyParserModifier and TypeMethodDescriptionPropertyParser.addPrefix(String propName, Operation action, String fieldName, Class<?> componentType) protected abstract PropertyParserParserImplBase.makeParser()protected PropertyParserParserImplTableBase.makeParser()Methods in com.sun.corba.ee.spi.orb with parameters of type PropertyParserModifier and TypeMethodDescriptionvoidParserData.addToParser(PropertyParser parser) voidDataCollector.setParser(PropertyParser parser) Set the parser which is used to obtain property names.