public class GlobTreeWalker extends Object
| Constructor and Description |
|---|
GlobTreeWalker() |
| Modifier and Type | Method and Description |
|---|---|
static void |
walkFileTree(Path rootDir,
Function<Path,FileVisitResult> callback,
String globPattern) |
public static void walkFileTree(Path rootDir, Function<Path,FileVisitResult> callback, String globPattern) throws IOException
rootDir - directory tocallback - a function to call on every matched fileglobPattern - a glob pattern against which files are testedIOExceptionCopyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.