Interface ClassFilter


public interface ClassFilter
An interface used by ClassScanner to determine which classes to load.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    keep(String filename, byte[] data)
     
  • Method Details

    • keep

      boolean keep(String filename, byte[] data)