org.glassfish.pfl.tf.tools.enhancer
Class AnnotationScannerAction

java.lang.Object
  extended by org.glassfish.pfl.tf.tools.enhancer.AnnotationScannerAction
All Implemented Interfaces:
org.glassfish.pfl.basic.func.UnaryPredicate<org.glassfish.pfl.basic.tools.file.FileWrapper>, org.glassfish.pfl.basic.tools.file.Scanner.Action

public class AnnotationScannerAction
extends Object
implements org.glassfish.pfl.basic.tools.file.Scanner.Action

Scan all classes looking for annotations annotated with @MethodMonitorGroup, and saves the internal names of any such annotations.

Author:
ken

Method Summary
 boolean evaluate(org.glassfish.pfl.basic.tools.file.FileWrapper fw)
           
 Set<String> getAnnotationNames()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getAnnotationNames

public Set<String> getAnnotationNames()

evaluate

public boolean evaluate(org.glassfish.pfl.basic.tools.file.FileWrapper fw)
Specified by:
evaluate in interface org.glassfish.pfl.basic.func.UnaryPredicate<org.glassfish.pfl.basic.tools.file.FileWrapper>


Copyright © 2013 Oracle. All Rights Reserved.