Uses of Interface
org.apache.commons.io.file.Counters.Counter
-
Uses of Counters.Counter in org.apache.commons.io.file
Modifier and TypeMethodDescriptionstatic Counters.Counter
Counters.bigIntegerCounter()
Returns a new BigInteger Counter.Counters.PathCounters.getByteCounter()
Gets the byte counter.Counters.PathCounters.getDirectoryCounter()
Gets the directory counter.Counters.PathCounters.getFileCounter()
Gets the file counter.static Counters.Counter
Counters.longCounter()
Returns a new long Counter.static Counters.Counter
Counters.noopCounter()
Returns the no-op Counter.