org.mule.util.scan
Interface ClassScanner

All Superinterfaces:
org.objectweb.asm.ClassVisitor
All Known Implementing Classes:
AnnotationsScanner, ImplementationClassScanner, InterfaceClassScanner

public interface ClassScanner
extends org.objectweb.asm.ClassVisitor

This interface is used by scanners to let the ClasspathScanner know if there was a match on the class and whan the class was.


Method Summary
 String getClassName()
           
 boolean isMatch()
           
 
Methods inherited from interface org.objectweb.asm.ClassVisitor
visit, visitAnnotation, visitAttribute, visitEnd, visitField, visitInnerClass, visitMethod, visitOuterClass, visitSource
 

Method Detail

isMatch

boolean isMatch()

getClassName

String getClassName()


Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.