Represents the default search depth (unlimited).
Loads all files recursively at a specified path and returns a mapping of file name (e.
Loads all files recursively at a specified path and returns a mapping of file name (e.g. myFile.txt) to a collection of paths that point to files with that name.
The root path to start checking files
If provided, will restrict loaded files to only those that are accepted by the path matcher
The maximum depth to traverse with 0 being only the root file itself
Collection of file paths
If an error is encountered when loading file paths
Loads all files recursively at a specified path and returns a mapping of file name (e.
Loads all files recursively at a specified path and returns a mapping of file name (e.g. myFile.txt) to a collection of paths that point to files with that name. Searches infinite directories recursively for files.
The root path to start checking files
If provided, will restrict loaded files to only those that are accepted by the path matcher
Collection of file paths
If an error is encountered when loading file paths
Loads all files recursively at a specified path and returns a mapping of file name (e.
Loads all files recursively at a specified path and returns a mapping of file name (e.g. myFile.txt) to a collection of paths that point to files with that name.
The root path to start checking files
The string to use as a glob path matcher when determining which files to include
The maximum depth to traverse with 0 being only the root file itself
Collection of file paths
If an error is encountered when loading file paths
Loads all files recursively at a specified path and returns a mapping of file name (e.
Loads all files recursively at a specified path and returns a mapping of file name (e.g. myFile.txt) to a collection of paths that point to files with that name. Searches infinite directories recursively for files.
The root path to start checking files
The string to use as a glob path matcher when determining which files to include
Collection of file paths
If an error is encountered when loading file paths
Loads all files recursively at a specified path and returns a mapping of file name (e.
Loads all files recursively at a specified path and returns a mapping of file name (e.g. myFile.txt) to a collection of paths that point to files with that name.
The root path to start checking files
The maximum depth to traverse with 0 being only the root file itself
Collection of file paths
If an error is encountered when loading file paths
Loads all files recursively at a specified path and returns a mapping of file name (e.
Loads all files recursively at a specified path and returns a mapping of file name (e.g. myFile.txt) to a collection of paths that point to files with that name. Searches infinite directories recursively for files.
The root path to start checking files
Collection of file paths
If an error is encountered when loading file paths
Returns a new path matcher using glob system from the provided glob string.
Returns a new path matcher using glob system from the provided glob string.
The glob string to use in constructing the matcher
The new path matcher for glob-based matching
newGlobMatcher("*.{java,class}")
Exposes utility methods related to searching files.