public class NPathSPIHelper extends Object
| Constructor and Description |
|---|
NPathSPIHelper() |
| Modifier and Type | Method and Description |
|---|---|
static net.thevpc.nuts.util.NStream<net.thevpc.nuts.io.NPath> |
walk(net.thevpc.nuts.io.NPath basePath,
int maxDepth,
net.thevpc.nuts.io.NPathOption[] options) |
static void |
walkDfs(net.thevpc.nuts.io.NPath basePath,
net.thevpc.nuts.format.NTreeVisitor<net.thevpc.nuts.io.NPath> visitor,
int maxDepth,
net.thevpc.nuts.io.NPathOption... options) |
public static net.thevpc.nuts.util.NStream<net.thevpc.nuts.io.NPath> walk(net.thevpc.nuts.io.NPath basePath,
int maxDepth,
net.thevpc.nuts.io.NPathOption[] options)
public static void walkDfs(net.thevpc.nuts.io.NPath basePath,
net.thevpc.nuts.format.NTreeVisitor<net.thevpc.nuts.io.NPath> visitor,
int maxDepth,
net.thevpc.nuts.io.NPathOption... options)
Copyright © 2025 vpc open source initiative. All rights reserved.