public class FileSystemUtils
extends java.lang.Object
Constructor and Description |
---|
FileSystemUtils() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
wildcardToRegexp(java.lang.String globExp)
Expands glob expressions to regular expressions.
|
public static java.lang.String wildcardToRegexp(java.lang.String globExp)
This method is intended for internal usage and does not guarantee backwards compatibility.
globExp
- the glob expression to expand