org.hibernate.bytecode.util
Interface ClassFilter

All Known Implementing Classes:
BasicClassFilter

public interface ClassFilter

Used to determine whether a class should be instrumented.

Author:
Steve Ebersole

Method Summary
 boolean shouldInstrumentClass(java.lang.String className)
           
 

Method Detail

shouldInstrumentClass

boolean shouldInstrumentClass(java.lang.String className)


Copyright © 2011. All Rights Reserved.