Class Walk

    • Constructor Detail

      • Walk

        public Walk​(Path dir)
        Ctor.
        Parameters:
        dir - The directory
    • Method Detail

      • includes

        public Walk includes​(Collection<String> globs)
        Includes this globs.
        Parameters:
        globs - List of them
        Returns:
        New Walk
      • excludes

        public Walk excludes​(Collection<String> globs)
        Includes this globs.
        Parameters:
        globs - List of them
        Returns:
        New Walk