Package org.zeroturnaround.javarebel
Interface ClassLoaderFilter
public interface ClassLoaderFilter
A simple class loader filter callback that can either match or not match a class loader.
- Since:
- 3.1
- Author:
- Rein Raudjärv
-
Method Summary
-
Method Details
-
matches
- Parameters:
cl- the ClassLoader to check- Returns:
- true if the class loader matches the filter, false otherwise.
-