Class FileSystemUtils

java.lang.Object
org.apache.beam.sdk.io.FileSystemUtils

public class FileSystemUtils extends Object
  • Constructor Details

    • FileSystemUtils

      public FileSystemUtils()
  • Method Details

    • wildcardToRegexp

      public static String wildcardToRegexp(String globExp)
      Expands glob expressions to regular expressions.

      This method is intended for internal usage and does not guarantee backwards compatibility.

      Parameters:
      globExp - the glob expression to expand
      Returns:
      a string with the regular expression this glob expands to