Class PublicationMetadata

java.lang.Object
com.adobe.epubcheck.reporting.PublicationMetadata

class PublicationMetadata extends Object
This is information about the publication in general. It is intended to be serialized into json.
  • Field Details

    • publisher

      private String publisher
    • title

      private String title
    • creator

      private final List<String> creator
    • date

      private String date
    • subject

      private final List<String> subject
    • description

      private String description
    • rights

      private String rights
    • identifier

      private String identifier
    • language

      private String language
    • nSpines

      private int nSpines
    • checkSum

      private long checkSum
    • renditionLayout

      private String renditionLayout
    • renditionOrientation

      private String renditionOrientation
    • renditionSpread

      private String renditionSpread
    • ePubVersion

      private String ePubVersion
    • isScripted

      private boolean isScripted
    • hasFixedFormat

      private boolean hasFixedFormat
    • isBackwardCompatible

      private boolean isBackwardCompatible
    • hasAudio

      private boolean hasAudio
    • hasVideo

      private boolean hasVideo
    • charsCount

      private long charsCount
    • embeddedFonts

      private final Set<String> embeddedFonts
    • refFonts

      private final Set<String> refFonts
    • hasEncryption

      private boolean hasEncryption
    • hasSignatures

      private boolean hasSignatures
    • contributors

      private final Set<String> contributors
  • Constructor Details

    • PublicationMetadata

      public PublicationMetadata()
  • Method Details

    • getRenditionLayout

      public String getRenditionLayout()
    • getRenditionOrientation

      public String getRenditionOrientation()
    • getRenditionSpread

      public String getRenditionSpread()
    • handleInfo

      public void handleInfo(String resource, FeatureEnum feature, String value)