com.advancedpwr.record.methods
Class MockMethodWriterFactory

java.lang.Object
  extended by com.advancedpwr.record.methods.MockMethodWriterFactory
All Implemented Interfaces:
MethodWriterFactory

public class MockMethodWriterFactory
extends Object
implements MethodWriterFactory

Author:
Matthew Avery, mavery@advancedpwr.com Created: Feb 14, 2012

Field Summary
protected  Class fieldMatchingClass
           
 
Constructor Summary
MockMethodWriterFactory()
           
 
Method Summary
 boolean accept(Class inClass)
           
 BuildMethodWriter createMethodBuilder(AccessPath inPath)
           
 Class getMatchingClass()
           
 void setMatchingClass(Class matchingClass)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fieldMatchingClass

protected Class fieldMatchingClass
Constructor Detail

MockMethodWriterFactory

public MockMethodWriterFactory()
Method Detail

accept

public boolean accept(Class inClass)
Specified by:
accept in interface MethodWriterFactory

createMethodBuilder

public BuildMethodWriter createMethodBuilder(AccessPath inPath)
Specified by:
createMethodBuilder in interface MethodWriterFactory

getMatchingClass

public Class getMatchingClass()

setMatchingClass

public void setMatchingClass(Class matchingClass)


Copyright © 2011 Advanced Power Co. All Rights Reserved.