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

    Modifier and Type
    Method
    Description
    boolean
     
  • Method Details

    • matches

      boolean matches(ClassLoader cl)
      Parameters:
      cl - the ClassLoader to check
      Returns:
      true if the class loader matches the filter, false otherwise.