Liferay 7.0-ce-b4

com.liferay.portal.test.aspects
Class ReflectionUtilAdvice

java.lang.Object
  extended by com.liferay.portal.test.aspects.ReflectionUtilAdvice

public class ReflectionUtilAdvice
extends Object


Constructor Summary
ReflectionUtilAdvice()
           
 
Method Summary
 Object getDeclaredField(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint)
           
 Object getDeclaredMethod(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint)
           
static void setDeclaredFieldThrowable(Throwable declaredFieldThrowable)
           
static void setDeclaredMethodThrowable(Throwable declaredMethodThrowable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReflectionUtilAdvice

public ReflectionUtilAdvice()
Method Detail

setDeclaredFieldThrowable

public static void setDeclaredFieldThrowable(Throwable declaredFieldThrowable)

setDeclaredMethodThrowable

public static void setDeclaredMethodThrowable(Throwable declaredMethodThrowable)
                                       throws ClassNotFoundException
Throws:
ClassNotFoundException

getDeclaredField

public Object getDeclaredField(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint)
                        throws Throwable
Throws:
Throwable

getDeclaredMethod

public Object getDeclaredMethod(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint)
                         throws Throwable
Throws:
Throwable

Liferay 7.0-ce-b4