Package org.apache.commons.io.file
Interface Counters.PathCounters
- Enclosing class:
- Counters
public static interface Counters.PathCounters
Counts files, directories, and sizes, as a visit proceeds.
- 
Method SummaryModifier and TypeMethodDescriptionGets the byte counter.Gets the directory counter.Gets the file counter.default voidreset()Resets the counts to 0.
- 
Method Details- 
getByteCounterGets the byte counter.- Returns:
- the byte counter.
 
- 
getDirectoryCounterGets the directory counter.- Returns:
- the directory counter.
 
- 
getFileCounterGets the file counter.- Returns:
- the file counter.
 
- 
resetResets the counts to 0.
 
-