com.advancedpwr.record.inspect
Class Inspector

java.lang.Object
  extended by com.advancedpwr.record.inspect.Inspector
Direct Known Subclasses:
ArrayInspector, BeanInspector, CollectionInspector, MapInspector

public abstract class Inspector
extends Object


Field Summary
protected  InstanceTree fieldInstanceTree
           
 
Constructor Summary
Inspector()
           
 
Method Summary
protected  void addAccessPath(AccessPath inPath)
           
protected  InstanceTree createInstanceTree(Object result)
           
protected  String currentInstanceName()
           
protected  void debug(String inString)
           
protected  InstanceTree getInstanceTree()
           
protected  Object getObject()
           
abstract  void inspect(InstanceTree inTree)
           
protected  Class objectClass()
           
protected  void setInstanceTree(InstanceTree instanceTree)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fieldInstanceTree

protected InstanceTree fieldInstanceTree
Constructor Detail

Inspector

public Inspector()
Method Detail

inspect

public abstract void inspect(InstanceTree inTree)

objectClass

protected Class objectClass()

getObject

protected Object getObject()

getInstanceTree

protected InstanceTree getInstanceTree()

setInstanceTree

protected void setInstanceTree(InstanceTree instanceTree)

debug

protected void debug(String inString)

addAccessPath

protected void addAccessPath(AccessPath inPath)

createInstanceTree

protected InstanceTree createInstanceTree(Object result)

currentInstanceName

protected String currentInstanceName()


Copyright © 2011 Advanced Power Co. All Rights Reserved.