Class PathUtils

java.lang.Object
org.gridgain.internal.sql.copy.parquet.PathUtils

public class PathUtils extends Object
Collection of utility methods for working with paths.
  • Constructor Details

    • PathUtils

      public PathUtils()
  • Method Details

    • getFilesByPattern

      public static List<Path> getFilesByPattern(String root, String pattern) throws IOException
      Returns a list of files that match the given pattern.
      Parameters:
      root - root directory
      pattern - pattern to match
      Throws:
      IOException