Interface RecursiveDirectoryLister

    • Method Detail

      • setRecursive

        void setRecursive​(boolean value)
        Sets whether to search recursively.
        Parameters:
        value - true if to search recursively
      • getRecursive

        boolean getRecursive()
        Returns whether to search recursively.
        Returns:
        true if search is recursively
      • setMaxDepth

        void setMaxDepth​(int value)
        Sets the maximum depth to search (1 = only watch dir, -1 = infinite).
        Parameters:
        value - the maximum depth
      • getMaxDepth

        int getMaxDepth()
        Returns the maximum depth to search (1 = only watch dir, -1 = infinite).
        Returns:
        the maximum depth