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 classCounts using a BigInteger number.private static classCounts using a long number.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.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.