Class OPFItem.Builder

java.lang.Object
com.adobe.epubcheck.opf.OPFItem.Builder
Enclosing class:
OPFItem

public static final class OPFItem.Builder extends Object
A builder for OPFItem
  • Field Details

    • id

      private String id
    • url

      private io.mola.galimatias.URL url
    • location

      private EPUBLocation location
    • container

      private com.google.common.base.Optional<OCFContainer> container
    • remote

      private boolean remote
    • mimetype

      private String mimetype
    • fallback

      private String fallback
    • fallbackStyle

      private String fallbackStyle
    • hasContentDocumentFallback

      private boolean hasContentDocumentFallback
    • hasCoreMediaTypeFallback

      private boolean hasCoreMediaTypeFallback
    • isFallbackResolved

      private boolean isFallbackResolved
    • ncx

      private boolean ncx
    • linear

      private boolean linear
    • spinePosition

      private int spinePosition
    • fxl

      private boolean fxl
    • mediaOverlay

      private String mediaOverlay
    • propertiesBuilder

      private com.google.common.collect.ImmutableSet.Builder<Property> propertiesBuilder
  • Constructor Details

    • Builder

      public Builder()
  • Method Details