Uses of Class
com.adobe.epubcheck.opf.LinkedResources
Packages that use LinkedResources
-
Uses of LinkedResources in com.adobe.epubcheck.opf
Fields in com.adobe.epubcheck.opf declared as LinkedResourcesModifier and TypeFieldDescriptionprivate LinkedResourcesOPFHandler30.linkedResourcesprivate LinkedResourcesResourceCollection.Builder.metadataLinksprivate final LinkedResourcesResourceCollection.metadataLinksprivate LinkedResourcesResourceCollection.Builder.resourcesprivate final LinkedResourcesResourceCollection.resourcesMethods in com.adobe.epubcheck.opf that return LinkedResourcesModifier and TypeMethodDescriptionLinkedResources.Builder.build()Returns a newly created set of linked resources.OPFHandler30.getLinkedResources()Returns the list of linked resources (i.e.ResourceCollection.getMetadataLinks()Returns the linked resources defined as metadata in this collection.ResourceCollection.getResources()Returns the set of this collection's resources.Methods in com.adobe.epubcheck.opf with parameters of type LinkedResourcesModifier and TypeMethodDescriptionResourceCollection.Builder.metadataLinks(LinkedResources metadataLinks) Add the given linked resources as metadata links to the collection to build.ResourceCollection.Builder.resources(LinkedResources resources) Add the given resources to the collection to build.Constructors in com.adobe.epubcheck.opf with parameters of type LinkedResourcesModifierConstructorDescriptionprivateResourceCollection(Set<String> roles, MetadataSet metadata, LinkedResources metadataLinks, ResourceCollections collections, LinkedResources resources)