Class PathUtils
java.lang.Object
org.gridgain.internal.sql.copy.parquet.PathUtils
Collection of utility methods for working with paths.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetFilesByPattern(String root, String pattern) Returns a list of files that match the given pattern.
-
Constructor Details
-
PathUtils
public PathUtils()
-
-
Method Details
-
getFilesByPattern
Returns a list of files that match the given pattern.- Parameters:
root- root directorypattern- pattern to match- Throws:
IOException
-