Class SimplePathVisitor.AbstractBuilder<T,B extends AbstractSupplier<T,B>>

java.lang.Object
org.apache.commons.io.build.AbstractSupplier<T,B>
org.apache.commons.io.file.SimplePathVisitor.AbstractBuilder<T,B>
Type Parameters:
T - The SimplePathVisitor type.
B - The builder type.
All Implemented Interfaces:
IOSupplier<T>
Direct Known Subclasses:
CountingPathVisitor.AbstractBuilder
Enclosing class:
SimplePathVisitor

protected abstract static class SimplePathVisitor.AbstractBuilder<T,B extends AbstractSupplier<T,B>> extends AbstractSupplier<T,B>
Abstracts builder for subclasses.
Since:
2.19.0