Uses of Class
com.adobe.epubcheck.opf.OPFItem.Builder
-
Packages that use OPFItem.Builder Package Description com.adobe.epubcheck.opf -
-
Uses of OPFItem.Builder in com.adobe.epubcheck.opf
Fields in com.adobe.epubcheck.opf with type parameters of type OPFItem.Builder Modifier and Type Field Description protected java.util.Map<java.lang.String,OPFItem.Builder>OPFHandler. itemBuildersprotected java.util.Map<io.mola.galimatias.URL,OPFItem.Builder>OPFHandler. itemBuildersByURLprivate java.util.Map<java.lang.String,OPFItem.Builder>FallbackChainResolver. itemsMethods in com.adobe.epubcheck.opf that return OPFItem.Builder Modifier and Type Method Description OPFItem.BuilderOPFItem.Builder. container(com.google.common.base.Optional<OCFContainer> container)OPFItem.BuilderOPFItem.Builder. fallback(java.lang.String fallback)OPFItem.BuilderOPFItem.Builder. fallbackStyle(java.lang.String fallbackStyle)OPFItem.BuilderOPFItem.Builder. fixedLayout()OPFItem.BuilderOPFItem.Builder. hasContentDocumentFallback(boolean hasContentDocumentFallback)OPFItem.BuilderOPFItem.Builder. hasCoreMediaTypeFallback(boolean hasCoreMediaTypeFallback)OPFItem.BuilderOPFItem.Builder. id(java.lang.String id)OPFItem.BuilderOPFItem.Builder. inSpine(int position)OPFItem.BuilderOPFItem.Builder. location(EPUBLocation location)OPFItem.BuilderOPFItem.Builder. markResolved()OPFItem.BuilderOPFItem.Builder. mediaOverlay(java.lang.String path)OPFItem.BuilderOPFItem.Builder. mimetype(java.lang.String mimetype)OPFItem.BuilderOPFItem.Builder. ncx()OPFItem.BuilderOPFItem.Builder. nonlinear()OPFItem.BuilderOPFItem.Builder. properties(java.util.Set<Property> properties)OPFItem.BuilderOPFItem.Builder. remote(boolean remote)OPFItem.BuilderOPFItem.Builder. url(io.mola.galimatias.URL url)Methods in com.adobe.epubcheck.opf with parameters of type OPFItem.Builder Modifier and Type Method Description private voidOPFHandler30. processItemProperties(OPFItem.Builder builder, java.lang.String property, java.lang.String mimeType)private voidOPFHandler30. processItemrefProperties(OPFItem.Builder builder, java.lang.String property)Method parameters in com.adobe.epubcheck.opf with type arguments of type OPFItem.Builder Modifier and Type Method Description static OPFItemsOPFItems. build(java.util.Map<java.lang.String,OPFItem.Builder> itemBuilders, java.lang.Iterable<java.lang.String> spineIDs, ValidationContext context)Creates a consolidated set ofOPFItemfrom item builders and a list of spine item IDs.Constructors in com.adobe.epubcheck.opf with parameters of type OPFItem.Builder Constructor Description OPFItem(OPFItem.Builder builder)Constructor parameters in com.adobe.epubcheck.opf with type arguments of type OPFItem.Builder Constructor Description FallbackChainResolver(java.util.Map<java.lang.String,OPFItem.Builder> items, ValidationContext context)
-