Uses of Interface
org.apache.commons.io.file.Counters.Counter
Packages that use Counters.Counter
-
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 classCounts using aBigIntegernumber.private static final classCounts using alongnumber.private static final classCounts nothing.Fields in org.apache.commons.io.file declared as Counters.CounterModifier and TypeFieldDescriptionprivate final Counters.CounterCounters.AbstractPathCounters.byteCounterprivate final Counters.CounterCounters.AbstractPathCounters.directoryCounterprivate final Counters.CounterCounters.AbstractPathCounters.fileCounterMethods in org.apache.commons.io.file that return Counters.CounterModifier and TypeMethodDescriptionstatic Counters.CounterCounters.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.CounterCounters.longCounter()Returns a new long Counter.static Counters.CounterCounters.noopCounter()Returns the no-op Counter.Constructors in org.apache.commons.io.file with parameters of type Counters.CounterModifierConstructorDescriptionprotectedAbstractPathCounters(Counters.Counter byteCounter, Counters.Counter directoryCounter, Counters.Counter fileCounter) Constructs a new instance.