com.advancedpwr.record.mock
Class MockMethodBuilderFactory

java.lang.Object
  extended by com.advancedpwr.record.methods.AbstractDefaultFactory
      extended by com.advancedpwr.record.mock.MockMethodBuilderFactory
All Implemented Interfaces:
MethodWriterFactory

public class MockMethodBuilderFactory
extends AbstractDefaultFactory


Field Summary
protected  Map fieldBuilderCache
           
protected  boolean fieldNice
           
 
Constructor Summary
MockMethodBuilderFactory()
           
 
Method Summary
protected  boolean contains(AccessPath result)
           
 BuildMethodWriter createMethodBuilder(AccessPath inPath)
           
protected  BuildMethodWriter get(AccessPath inAccessPath)
           
 Map getBuilderCache()
           
 boolean isNice()
           
protected  MockMethodBuilder newMethodWriter()
           
 void setNice(boolean nice)
           
 
Methods inherited from class com.advancedpwr.record.methods.AbstractDefaultFactory
accept
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fieldNice

protected boolean fieldNice

fieldBuilderCache

protected Map fieldBuilderCache
Constructor Detail

MockMethodBuilderFactory

public MockMethodBuilderFactory()
Method Detail

createMethodBuilder

public BuildMethodWriter createMethodBuilder(AccessPath inPath)

newMethodWriter

protected MockMethodBuilder newMethodWriter()

get

protected BuildMethodWriter get(AccessPath inAccessPath)

contains

protected boolean contains(AccessPath result)

getBuilderCache

public Map getBuilderCache()

isNice

public boolean isNice()

setNice

public void setNice(boolean nice)


Copyright © 2011 Advanced Power Co. All Rights Reserved.