Package org.apache.beam.sdk.io
Class FileSystemUtils
java.lang.Object
org.apache.beam.sdk.io.FileSystemUtils
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic StringwildcardToRegexp(String globExp) Expands glob expressions to regular expressions. 
- 
Constructor Details
- 
FileSystemUtils
public FileSystemUtils() 
 - 
 - 
Method Details
- 
wildcardToRegexp
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
 
 
 -