com.advancedpwr.record.mock
Class MethodCallPath

java.lang.Object
  extended by com.advancedpwr.record.AccessPath
      extended by com.advancedpwr.record.mock.MethodCallPath

public class MethodCallPath
extends AccessPath


Field Summary
protected  List<AccessPath> fieldArguments
           
protected  Method fieldMethod
           
 
Fields inherited from class com.advancedpwr.record.AccessPath
fieldInstanceTree
 
Constructor Summary
MethodCallPath()
           
 
Method Summary
 List<AccessPath> getArguments()
           
 Set<Class> getExceptions()
           
 Method getMethod()
           
 Class getReturnType()
           
 String pathName()
           
 void setArguments(List<AccessPath> arguments)
           
 void setMethod(Method method)
           
 
Methods inherited from class com.advancedpwr.record.AccessPath
getInstanceTree, getParameterClass, getResult, getResultClass, nameRoot, setTree, suffix, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

fieldArguments

protected List<AccessPath> fieldArguments

fieldMethod

protected Method fieldMethod
Constructor Detail

MethodCallPath

public MethodCallPath()
Method Detail

getArguments

public List<AccessPath> getArguments()

setArguments

public void setArguments(List<AccessPath> arguments)

pathName

public String pathName()
Overrides:
pathName in class AccessPath

getMethod

public Method getMethod()

setMethod

public void setMethod(Method method)

getReturnType

public Class getReturnType()
Overrides:
getReturnType in class AccessPath

getExceptions

public Set<Class> getExceptions()
Overrides:
getExceptions in class AccessPath


Copyright © 2011 Advanced Power Co. All Rights Reserved.