public abstract class MPropertyBasedProcessor
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.util.Stack |
contextStack |
protected java.util.Hashtable |
subMap |
protected java.util.Vector |
subs |
protected java.util.Vector |
supportedTypeNames |
Constructor and Description |
---|
MPropertyBasedProcessor() |
Modifier and Type | Method and Description |
---|---|
protected void |
finalize() |
protected java.lang.String |
getCurrentObjectName() |
protected MProperties |
getCurrentProperties() |
protected java.lang.String |
getCurrentRootPath() |
protected java.lang.String |
getCurrentTypeName() |
protected java.util.Enumeration |
getSupportedTypeNames() |
protected boolean |
isTypeSupported(java.lang.String typeName) |
protected void |
raiseError(MException e) |
protected void |
raiseError(java.lang.String errorCode,
java.lang.String param) |
protected void |
registerSubProcessor(MPropertyBasedProcessor processor) |
java.lang.String |
toString() |
protected java.util.Vector supportedTypeNames
protected java.util.Vector subs
protected java.util.Hashtable subMap
protected java.util.Stack contextStack
protected void finalize() throws java.lang.Throwable
finalize
in class java.lang.Object
java.lang.Throwable
protected java.lang.String getCurrentObjectName()
protected MProperties getCurrentProperties()
protected java.lang.String getCurrentRootPath()
protected java.lang.String getCurrentTypeName()
protected java.util.Enumeration getSupportedTypeNames()
protected boolean isTypeSupported(java.lang.String typeName) throws MException
MException
protected void raiseError(MException e) throws MException
MException
protected void raiseError(java.lang.String errorCode, java.lang.String param) throws MException
MException
protected void registerSubProcessor(MPropertyBasedProcessor processor)
public java.lang.String toString()
toString
in class java.lang.Object