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 TypeMethodDescriptionvoid
NormalParserData.addToParser
(PropertyParser parser) void
PrefixParserData.addToParser
(PropertyParser parser) void
DataCollectorBase.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 PropertyParser
ParserImplBase.makeParser()
protected PropertyParser
ParserImplTableBase.makeParser()
Methods in com.sun.corba.ee.spi.orb with parameters of type PropertyParserModifier and TypeMethodDescriptionvoid
ParserData.addToParser
(PropertyParser parser) void
DataCollector.setParser
(PropertyParser parser) Set the parser which is used to obtain property names.