Class FileSizeStatistics
Tracks the range of file-size. Thead-safe.
- Author:
- Owen Feehan
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.anchoranalysis.plugin.io.bean.summarizer.path.SummarizerPath
requiresImageMetadata
Methods inherited from class org.anchoranalysis.plugin.io.bean.summarizer.Summarizer
addAll
Methods inherited from class org.anchoranalysis.bean.AnchorBean
checkMisconfigured, describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toString
-
Constructor Details
-
FileSizeStatistics
public FileSizeStatistics()
-
-
Method Details
-
add
Description copied from class:Summarizer
Adds a element to the summary.- Specified by:
add
in classSummarizer<Path>
- Parameters:
filePath
- the element to add.- Throws:
OperationFailedException
-
describe
Description copied from class:Summarizer
A string summarizing this item.- Specified by:
describe
in classSummarizer<Path>
- Returns:
- the description.
- Throws:
OperationFailedException
-