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