| Package | Description |
|---|---|
| org.apache.commons.io.file |
This package provides extensions in the realm of java.nio.file.
|
| Modifier and Type | Method and Description |
|---|---|
private static AccumulatorPathVisitor |
PathUtils.accumulate(java.nio.file.Path directory,
int maxDepth,
java.nio.file.FileVisitOption[] fileVisitOptions)
Accumulates file tree information in a
AccumulatorPathVisitor. |
static AccumulatorPathVisitor |
AccumulatorPathVisitor.withBigIntegerCounters()
Creates a new instance configured with a BigInteger
Counters.PathCounters. |
static AccumulatorPathVisitor |
AccumulatorPathVisitor.withLongCounters()
Creates a new instance configured with a long
Counters.PathCounters. |