Uses of Class
com.adobe.epubcheck.opf.MetadataSet
-
Packages that use MetadataSet Package Description com.adobe.epubcheck.opf -
-
Uses of MetadataSet in com.adobe.epubcheck.opf
Fields in com.adobe.epubcheck.opf declared as MetadataSet Modifier and Type Field Description private MetadataSetOPFHandler30. metadataprivate MetadataSetResourceCollection.Builder. metadataprivate MetadataSetResourceCollection. metadataMethods in com.adobe.epubcheck.opf that return MetadataSet Modifier and Type Method Description MetadataSetMetadataSet.Builder. build()Builds the set.MetadataSetOPFHandler30. getMetadata()Returns the metadata for the Rendition represented by the current Package Document.MetadataSetResourceCollection. getMetadata()Returns the metadata of this collection.Methods in com.adobe.epubcheck.opf with parameters of type MetadataSet Modifier and Type Method Description ResourceCollection.BuilderResourceCollection.Builder. metadata(MetadataSet metadata)Add the given metadata set to the collection to build.Constructors in com.adobe.epubcheck.opf with parameters of type MetadataSet Constructor Description ResourceCollection(java.util.Set<java.lang.String> roles, MetadataSet metadata, LinkedResources metadataLinks, ResourceCollections collections, LinkedResources resources)
-