Uses of Class
com.advancedpwr.record.AccessPath

Packages that use AccessPath
com.advancedpwr.record   
com.advancedpwr.record.inspect   
com.advancedpwr.record.methods   
com.advancedpwr.record.mock   
 

Uses of AccessPath in com.advancedpwr.record
 

Methods in com.advancedpwr.record with parameters of type AccessPath
protected  BuildMethodWriter BeanRecorder.createMethodBuilder(AccessPath result)
           
protected  String MockBeanMethodBuilder.methodName(AccessPath result)
           
 

Uses of AccessPath in com.advancedpwr.record.inspect
 

Subclasses of AccessPath in com.advancedpwr.record.inspect
 class AccessorMethodPath
          An AccessPath representing object access through Java Bean convention setter / getter accessor methods.
 class MapPutPath
           
 class MultiPath
           
 

Methods in com.advancedpwr.record.inspect that return AccessPath
protected  AccessPath BeanInspector.createAccessorMethodPath(Method inGetter, Object result)
           
 

Methods in com.advancedpwr.record.inspect with parameters of type AccessPath
protected  void Inspector.addAccessPath(AccessPath inPath)
           
 

Uses of AccessPath in com.advancedpwr.record.methods
 

Fields in com.advancedpwr.record.methods declared as AccessPath
protected  AccessPath BuildMethodWriter.fieldAccessPath
           
 

Methods in com.advancedpwr.record.methods that return AccessPath
 AccessPath BuildMethodWriter.getAccessPath()
           
 

Methods in com.advancedpwr.record.methods with parameters of type AccessPath
protected  BuildMethodWriter MethodBuilderFactory.constructRegisteredBuilder(AccessPath inAccessPath)
           
protected  boolean MethodBuilderFactory.contains(AccessPath result)
           
protected  BuildMethodWriter AbstractMultiBuilder.createCachedInstanceMethodBuilder(AccessPath result)
           
protected  BuildMethodWriter BuildMethodWriter.createMethodBuilder(AccessPath result)
           
 BuildMethodWriter BooleanBuilder.createMethodBuilder(AccessPath inPath)
           
 BuildMethodWriter IntBuilder.createMethodBuilder(AccessPath inPath)
           
 BuildMethodWriter CharBuilder.createMethodBuilder(AccessPath inPath)
           
 BuildMethodWriter BigIntegerBuilder.createMethodBuilder(AccessPath inPath)
           
 BuildMethodWriter LongBuilder.createMethodBuilder(AccessPath inPath)
           
 BuildMethodWriter FloatBuilder.createMethodBuilder(AccessPath inPath)
           
 BuildMethodWriter ShortBuilder.createMethodBuilder(AccessPath inPath)
           
 BuildMethodWriter CollectionBuilderFactory.createMethodBuilder(AccessPath inPath)
           
 BuildMethodWriter MethodBuilderFactory.createMethodBuilder(AccessPath inAccessPath)
           
 BuildMethodWriter LocaleBuilderFactory.createMethodBuilder(AccessPath inPath)
           
 BuildMethodWriter MethodWriterFactory.createMethodBuilder(AccessPath inPath)
           
 BuildMethodWriter ByteBuilder.createMethodBuilder(AccessPath inPath)
           
 BuildMethodWriter ClassBuilderFactory.createMethodBuilder(AccessPath inPath)
           
 BuildMethodWriter MapBuilderFactory.createMethodBuilder(AccessPath inPath)
           
 BuildMethodWriter NullBuilderFactory.createMethodBuilder(AccessPath inPath)
           
 BuildMethodWriter BuildMethodWriterFactory.createMethodBuilder(AccessPath inPath)
           
 BuildMethodWriter DoubleBuilder.createMethodBuilder(AccessPath inPath)
           
 BuildMethodWriter DateBuilderFactory.createMethodBuilder(AccessPath inPath)
           
 BuildMethodWriter MockMethodWriterFactory.createMethodBuilder(AccessPath inPath)
           
 BuildMethodWriter BigDecimalBuilder.createMethodBuilder(AccessPath inPath)
           
 BuildMethodWriter CalendarBuilderFactory.createMethodBuilder(AccessPath inPath)
           
 BuildMethodWriter ArrayBuilderFactory.createMethodBuilder(AccessPath inPath)
           
 BuildMethodWriter URLBuilderFactory.createMethodBuilder(AccessPath inPath)
           
 BuildMethodWriter StringBuilderFactory.createMethodBuilder(AccessPath inPath)
           
protected  MethodWriterFactory MethodBuilderFactory.findFactory(AccessPath inAccessPath)
           
protected  BuildMethodWriter MethodBuilderFactory.get(AccessPath inAccessPath)
           
 void BuildMethodWriter.setAccessPath(AccessPath result)
           
 

Uses of AccessPath in com.advancedpwr.record.mock
 

Subclasses of AccessPath in com.advancedpwr.record.mock
 class ArgumentPath
           
 class MethodCallPath
           
 

Fields in com.advancedpwr.record.mock with type parameters of type AccessPath
protected  List<AccessPath> MethodCallPath.fieldArguments
           
 

Methods in com.advancedpwr.record.mock that return types with arguments of type AccessPath
 List<AccessPath> MethodCallPath.getArguments()
           
 

Methods in com.advancedpwr.record.mock with parameters of type AccessPath
protected  String MockMethodBuilder.buildArguments(AccessPath result)
           
protected  boolean MockMethodBuilderFactory.contains(AccessPath result)
           
 BuildMethodWriter MockMethodBuilderFactory.createMethodBuilder(AccessPath inPath)
           
protected  BuildMethodWriter MockMethodBuilderFactory.get(AccessPath inAccessPath)
           
protected  boolean MockMethodBuilder.isException(AccessPath result)
           
protected  boolean MockMethodBuilder.isVoidReturnType(AccessPath result)
           
protected  String MockMethodBuilder.methodName(AccessPath result)
           
 

Method parameters in com.advancedpwr.record.mock with type arguments of type AccessPath
 void MethodCallPath.setArguments(List<AccessPath> arguments)
           
 



Copyright © 2011 Advanced Power Co. All Rights Reserved.