public class NutsPathSPIHelper extends Object
| Constructor and Description |
|---|
NutsPathSPIHelper() |
| Modifier and Type | Method and Description |
|---|---|
static net.thevpc.nuts.NutsStream<net.thevpc.nuts.NutsPath> |
walk(net.thevpc.nuts.NutsSession session,
net.thevpc.nuts.NutsPath basePath,
int maxDepth,
net.thevpc.nuts.NutsPathOption[] options) |
static void |
walkDfs(net.thevpc.nuts.NutsSession session,
net.thevpc.nuts.NutsPath basePath,
net.thevpc.nuts.NutsTreeVisitor<net.thevpc.nuts.NutsPath> visitor,
int maxDepth,
net.thevpc.nuts.NutsPathOption... options) |
public static net.thevpc.nuts.NutsStream<net.thevpc.nuts.NutsPath> walk(net.thevpc.nuts.NutsSession session,
net.thevpc.nuts.NutsPath basePath,
int maxDepth,
net.thevpc.nuts.NutsPathOption[] options)
public static void walkDfs(net.thevpc.nuts.NutsSession session,
net.thevpc.nuts.NutsPath basePath,
net.thevpc.nuts.NutsTreeVisitor<net.thevpc.nuts.NutsPath> visitor,
int maxDepth,
net.thevpc.nuts.NutsPathOption... options)
Copyright © 2022 vpc open source initiative. All rights reserved.