com.ebmwebsourcing.easyviper.annotations.detection.processor
Class AspectExecutor

java.lang.Object
  extended by com.ebmwebsourcing.easyviper.annotations.detection.processor.AspectExecutor

public class AspectExecutor
extends java.lang.Object

Class that manages aspect features according to Viper annotations

Author:
jlesbegueries

Constructor Summary
AspectExecutor()
           
 
Method Summary
 void addPerformingAspect(java.lang.Class<? extends java.lang.annotation.Annotation> annotation, java.util.List<java.lang.String> listOfClasses)
           
 void performAspect(java.lang.Class<? extends java.lang.annotation.Annotation> annotation)
           
 void removeAllPerformingAscpects()
           
 void removePerformingAspect(java.lang.Class<? extends java.lang.annotation.Annotation> annotation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AspectExecutor

public AspectExecutor()
Method Detail

addPerformingAspect

public void addPerformingAspect(java.lang.Class<? extends java.lang.annotation.Annotation> annotation,
                                java.util.List<java.lang.String> listOfClasses)

removePerformingAspect

public void removePerformingAspect(java.lang.Class<? extends java.lang.annotation.Annotation> annotation)

removeAllPerformingAscpects

public void removeAllPerformingAscpects()

performAspect

public void performAspect(java.lang.Class<? extends java.lang.annotation.Annotation> annotation)
                   throws java.lang.ClassNotFoundException
Throws:
java.lang.ClassNotFoundException


Copyright © 2009-2010 eBM WebSourcing. All Rights Reserved.