Interface RecursivePathWatcher.PathFilter

Enclosing class:
RecursivePathWatcher

public static interface RecursivePathWatcher.PathFilter
Allows filtering of specific subtrees
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    allows(Path path)
    Determins if the path is allowed
  • Method Details

    • allows

      boolean allows(Path path)
      Determins if the path is allowed
      Parameters:
      path - relative path from the root directory
      Returns:
      false to exclude this path and all subtrees