Package com.sun.corba.ee.spi.orb
Class ParserImplBase
- java.lang.Object
-
- com.sun.corba.ee.spi.orb.ParserImplBase
-
- Direct Known Subclasses:
ORBConfiguratorImpl.ConfigParser,ORBImpl.ConfigParser,ParserImplTableBase,VirtualAddressAgentImpl.AddressParser
public abstract class ParserImplBase extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private static ORBUtilSystemExceptionwrapper
-
Constructor Summary
Constructors Constructor Description ParserImplBase()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected voidcomplete()Override this method if there is some needed initialization that takes place after argument parsing.private java.lang.reflect.FieldgetAnyField(java.lang.String name)voidinit(DataCollector coll)protected abstract PropertyParsermakeParser()protected voidsetFields(java.util.Map map)
-
-
-
Field Detail
-
wrapper
private static final ORBUtilSystemException wrapper
-
-
Method Detail
-
makeParser
protected abstract PropertyParser makeParser()
-
complete
protected void complete()
Override this method if there is some needed initialization that takes place after argument parsing.
-
init
public void init(DataCollector coll)
-
getAnyField
private java.lang.reflect.Field getAnyField(java.lang.String name)
-
setFields
protected void setFields(java.util.Map map)
-
-