org.hibernate.bytecode.util

Class BasicClassFilter

Implemented Interfaces:
ClassFilter

public class BasicClassFilter
extends java.lang.Object
implements ClassFilter

BasicClassFilter provides class filtering based on a series of packages to be included and/or a series of explicit class names to be included. If neither is specified, then no restrictions are applied.
Author:
Steve Ebersole

Constructor Summary

BasicClassFilter()
BasicClassFilter(String[] includedPackages, String[] includedClassNames)

Method Summary

boolean
shouldInstrumentClass(String className)

Constructor Details

BasicClassFilter

public BasicClassFilter()

BasicClassFilter

public BasicClassFilter(String[] includedPackages,
                        String[] includedClassNames)

Method Details

shouldInstrumentClass

public boolean shouldInstrumentClass(String className)
Specified by:
shouldInstrumentClass in interface ClassFilter