public class HadoopUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
toRegexPattern(String globPattern)
Creates a
regex pattern from the given glob expression. |
public static String toRegexPattern(String globPattern)
regex pattern from the given glob expression.globPattern - pattern to convertPatternSyntaxException - if pattern is invalidCopyright © 2017. All rights reserved.