Class AbstractFeaturesExtractor.ExtractorDetails

java.lang.Object
org.verapdf.features.AbstractFeaturesExtractor.ExtractorDetails
Enclosing class:
AbstractFeaturesExtractor

public static final class AbstractFeaturesExtractor.ExtractorDetails extends Object
Extractor details
  • Constructor Details

    • ExtractorDetails

      public ExtractorDetails(String name, String version, String description)
      Parameters:
      name - the name of the extractor
      version - the version of the extractor
      description - the description of the extractor
    • ExtractorDetails

      public ExtractorDetails()
  • Method Details

    • getName

      public String getName()
      Returns:
      the name of the extractor
    • getVersion

      public String getVersion()
      Returns:
      the version of the extractor
    • getDescription

      public String getDescription()
      Returns:
      the description of the extractor