Class SimpleFilter

  • All Implemented Interfaces:
    Filter

    public class SimpleFilter
    extends Object
    implements Filter
    Author:
    kama
    • Method Detail

      • canFilter

        public boolean canFilter​(File jar)
        Specified by:
        canFilter in interface Filter
        Parameters:
        jar - The jar file.
        Returns:
        true if we can filter false otherwise.
      • isFiltered

        public boolean isFiltered​(String classFile)
        Specified by:
        isFiltered in interface Filter
        Parameters:
        classFile - The classFile.
        Returns:
        true if the file has been filtered false otherwise.
      • isSpecificallyIncluded

        public boolean isSpecificallyIncluded​(String classFile)
        Parameters:
        classFile - The class file.
        Returns:
        true if included false otherwise.
      • finished

        public void finished()
        If we are finished.
        Specified by:
        finished in interface Filter