Uses of Interface
org.apache.commons.io.file.Counters.Counter
Packages that use Counters.Counter
Package
Description
This package provides extensions in the realm of java.nio.file.
-
Uses of Counters.Counter in org.apache.commons.io.file
Classes in org.apache.commons.io.file that implement Counters.CounterModifier and TypeClassDescriptionprivate static final class
Counts using a BigInteger number.private static final class
Counts using a long number.private static final class
Counts nothing.Fields in org.apache.commons.io.file declared as Counters.CounterModifier and TypeFieldDescriptionprivate final Counters.Counter
Counters.AbstractPathCounters.byteCounter
private final Counters.Counter
Counters.AbstractPathCounters.directoryCounter
private final Counters.Counter
Counters.AbstractPathCounters.fileCounter
Methods in org.apache.commons.io.file that return Counters.CounterModifier and TypeMethodDescriptionstatic Counters.Counter
Counters.bigIntegerCounter()
Returns a new BigInteger Counter.Counters.AbstractPathCounters.getByteCounter()
Counters.PathCounters.getByteCounter()
Gets the byte counter.Counters.AbstractPathCounters.getDirectoryCounter()
Counters.PathCounters.getDirectoryCounter()
Gets the directory counter.Counters.AbstractPathCounters.getFileCounter()
Gets the count of visited files.Counters.PathCounters.getFileCounter()
Gets the file counter.static Counters.Counter
Counters.longCounter()
Returns a new long Counter.static Counters.Counter
Counters.noopCounter()
Returns the NOOP Counter.Constructors in org.apache.commons.io.file with parameters of type Counters.CounterModifierConstructorDescriptionprotected
AbstractPathCounters
(Counters.Counter byteCounter, Counters.Counter directoryCounter, Counters.Counter fileCounter) Constructs a new instance.