Class PackageClassFilter
java.lang.Object
org.zeroturnaround.javarebel.support.PackageClassFilter
- All Implemented Interfaces:
ClassFilter
Filters the classes by matching them to a list of packages.
- Author:
- Jevgeni Kabanov (ekabanov@zeroturnaround.com)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanmatches(ClassLoader cl, String className, Resource resource)
-
Constructor Details
-
PackageClassFilter
-
-
Method Details
-
matches
- Specified by:
matchesin interfaceClassFilter- Parameters:
cl- the ClassLoader class should be loaded inclassName- the class nameresource- the resource- Returns:
- true if the class matches the filter, false otherwise.
-