public final class GlobExpander extends Object
Strings.expandGlob(String)| Modifier and Type | Method and Description |
|---|---|
static List<String> |
expand(String globPattern)
Expands a string with braces ("{}") into all of its possible permutations.
|
public static List<String> expand(String globPattern)
globPattern - a string in the format described aboveCopyright © 2018 The Apache Software Foundation. All rights reserved.