Package org.pf4j.util

Class NameFileFilter

java.lang.Object
org.pf4j.util.NameFileFilter
All Implemented Interfaces:
FileFilter

public class NameFileFilter extends Object implements FileFilter
Filter accepts any file with this name. The case of the filename is ignored.
  • Field Details

  • Constructor Details

    • NameFileFilter

      public NameFileFilter(String name)
  • Method Details