Uses of Class
com.advancedpwr.record.AbstractRecorder

Packages that use AbstractRecorder
com.advancedpwr.record   
com.advancedpwr.record.mock   
com.advancedpwr.record.xstream   
 

Uses of AbstractRecorder in com.advancedpwr.record
 

Subclasses of AbstractRecorder in com.advancedpwr.record
 class BeanRecorder
          An ObjectRecorder that records the state of an object tree as a Java class file.
 class MockBeanRecorder
          An extension of BeanRecorder that enables the recording of beans as EasyMock objects.
 

Uses of AbstractRecorder in com.advancedpwr.record.mock
 

Subclasses of AbstractRecorder in com.advancedpwr.record.mock
 class MockBehaviorRecorder
          An ObjectRecorder that records the behavior of an object tree as a Java class file.
 

Uses of AbstractRecorder in com.advancedpwr.record.xstream
 

Subclasses of AbstractRecorder in com.advancedpwr.record.xstream
 class XstreamRecorder
          An ObjectRecorder that records the state of an object tree using the XStream project.
 



Copyright © 2011 Advanced Power Co. All Rights Reserved.