Interface AQPathFilter


  • public interface AQPathFilter
    The path filter. Used in conjunction with file systems for path filtering callbacks.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean accept​(java.lang.String path)
      Tests whether or not the specified abstract pathname should be included in a pathname list.
    • Method Detail

      • accept

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