Package org.apache.commons.io.file
Class CountingPathVisitor.Builder
- java.lang.Object
-
- org.apache.commons.io.build.AbstractSupplier<T,B>
-
- org.apache.commons.io.file.SimplePathVisitor.AbstractBuilder<T,B>
-
- 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 ofCountingPathVisitor.- Since:
- 2.18.0
-
-
Constructor Summary
Constructors Constructor Description Builder()Constructs a new builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CountingPathVisitorget()Gets a result.-
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 Detail
-
Builder
public Builder()
Constructs a new builder.
-
-
Method Detail
-
get
public CountingPathVisitor get()
Description copied from interface:IOSupplierGets a result.- Returns:
- a result.
- See Also:
IOSupplier.getUnchecked()
-
-