Package com.seeq.link.sdk.utilities
Class FileSystemGlob
java.lang.Object
com.seeq.link.sdk.utilities.FileSystemGlob
Utility to perform a file search using Glob syntax via
find(String, Path)
static member. Refer to the
following article for syntax: https://docs.oracle.com/javase/tutorial/essential/io/fileOps.html#glob-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FileSystemGlob
public FileSystemGlob()
-
-
Method Details
-
find
Finds all files in the system that match the globPattern. If the globPattern is not rooted, then rootForRelativePaths will be used to establish the search root.- Parameters:
globPattern
- the pattern to search for, which can include standard "glob" wildcards including * and **rootForRelativePaths
- the root to use for relative paths- Returns:
- a list of matching paths
-