Interface VFileFilter


public interface VFileFilter
File Filter interface
Author:
taha.bensalah@gmail.com
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    accept(VFile pathname)
    Tests whether or not the specified abstract pathname should be included in a pathname list.
  • Method Details

    • accept

      boolean accept(VFile pathname)
      Tests whether or not the specified abstract pathname should be included in a pathname list.
      Parameters:
      pathname - The abstract pathname to be tested
      Returns:
      true if and only if pathname should be included