Uses of Class
com.adobe.epubcheck.opf.OPFItem.Builder
Packages that use OPFItem.Builder
-
Uses of OPFItem.Builder in com.adobe.epubcheck.opf
Fields in com.adobe.epubcheck.opf with type parameters of type OPFItem.BuilderModifier and TypeFieldDescriptionprotected final Map<String, OPFItem.Builder> OPFHandler.itemBuildersprotected final Map<io.mola.galimatias.URL, OPFItem.Builder> OPFHandler.itemBuildersByURLprivate final Map<String, OPFItem.Builder> FallbackChainResolver.itemsMethods in com.adobe.epubcheck.opf that return OPFItem.BuilderModifier and TypeMethodDescriptionOPFItem.Builder.container(com.google.common.base.Optional<OCFContainer> container) OPFItem.Builder.fallbackStyle(String fallbackStyle) OPFItem.Builder.fixedLayout()OPFItem.Builder.hasContentDocumentFallback(boolean hasContentDocumentFallback) OPFItem.Builder.hasCoreMediaTypeFallback(boolean hasCoreMediaTypeFallback) OPFItem.Builder.inSpine(int position) OPFItem.Builder.location(EPUBLocation location) OPFItem.Builder.markResolved()OPFItem.Builder.mediaOverlay(String path) OPFItem.Builder.ncx()OPFItem.Builder.nonlinear()OPFItem.Builder.properties(Set<Property> properties) OPFItem.Builder.remote(boolean remote) OPFItem.Builder.url(io.mola.galimatias.URL url) Methods in com.adobe.epubcheck.opf with parameters of type OPFItem.BuilderModifier and TypeMethodDescriptionprivate voidOPFHandler30.processItemProperties(OPFItem.Builder builder, String property, String mimeType) private voidOPFHandler30.processItemrefProperties(OPFItem.Builder builder, String property) Method parameters in com.adobe.epubcheck.opf with type arguments of type OPFItem.BuilderModifier and TypeMethodDescriptionstatic OPFItemsOPFItems.build(Map<String, OPFItem.Builder> itemBuilders, Iterable<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.BuilderConstructor parameters in com.adobe.epubcheck.opf with type arguments of type OPFItem.BuilderModifierConstructorDescriptionFallbackChainResolver(Map<String, OPFItem.Builder> items, ValidationContext context)