Class SummarizerPath

Object
AnchorBean<Summarizer<Path>>
Summarizer<Path>
SummarizerPath
Direct Known Subclasses:
ExtensionCount, FilePathPattern, FileSizeStatistics

public abstract class SummarizerPath extends Summarizer<Path>
Base class for Summarizers that operate on the Path associated with inputs.
Author:
Owen Feehan
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Whether a ImageMetadataInput is required as an input.

    Methods inherited from class org.anchoranalysis.plugin.io.bean.summarizer.Summarizer

    add, addAll, describe

    Methods inherited from class org.anchoranalysis.bean.AnchorBean

    checkMisconfigured, describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • SummarizerPath

      public SummarizerPath()
  • Method Details

    • requiresImageMetadata

      public boolean requiresImageMetadata()
      Description copied from class: Summarizer
      Whether a ImageMetadataInput is required as an input.
      Specified by:
      requiresImageMetadata in class Summarizer<Path>
      Returns:
      true if the summarize requires ImageMetadataInput as input, or false if any input is acceptable.