Package org.apache.commons.io.file
Class Counters.NoopPathCounters
java.lang.Object
org.apache.commons.io.file.Counters.AbstractPathCounters
org.apache.commons.io.file.Counters.NoopPathCounters
- All Implemented Interfaces:
Counters.PathCounters
- Enclosing class:
Counters
Counts nothing.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.commons.io.file.Counters.AbstractPathCounters
equals, getByteCounter, getDirectoryCounter, getFileCounter, hashCode, reset, toString
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
NoopPathCounters
private NoopPathCounters()Constructs a new initialized instance.
-