Package org.apache.commons.io.file
Class CountingPathVisitor.Builder
java.lang.Object
org.apache.commons.io.build.AbstractSupplier<CountingPathVisitor,CountingPathVisitor.Builder>
org.apache.commons.io.file.SimplePathVisitor.AbstractBuilder<CountingPathVisitor,CountingPathVisitor.Builder>
org.apache.commons.io.file.CountingPathVisitor.AbstractBuilder<CountingPathVisitor,CountingPathVisitor.Builder>
org.apache.commons.io.file.CountingPathVisitor.Builder
- All Implemented Interfaces:
IOSupplier<CountingPathVisitor>
- Enclosing class:
CountingPathVisitor
public static class CountingPathVisitor.Builder
extends CountingPathVisitor.AbstractBuilder<CountingPathVisitor,CountingPathVisitor.Builder>
Builds instances of
CountingPathVisitor
.- Since:
- 2.18.0
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.commons.io.file.CountingPathVisitor.AbstractBuilder
setDirectoryFilter, setDirectoryPostTransformer, setFileFilter, setPathCounters
Methods inherited from class org.apache.commons.io.file.SimplePathVisitor.AbstractBuilder
setVisitFileFailedFunction
Methods inherited from class org.apache.commons.io.build.AbstractSupplier
asThis
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.commons.io.function.IOSupplier
asSupplier, getUnchecked
-
Constructor Details
-
Builder
public Builder()Constructs a new builder.
-
-
Method Details
-
get
Description copied from interface:IOSupplier
Gets a result.- Returns:
- a result.
- See Also:
-