Uses of Class
com.adobe.epubcheck.opf.LinkedResource
Packages that use LinkedResource
-
Uses of LinkedResource in com.adobe.epubcheck.opf
Fields in com.adobe.epubcheck.opf with type parameters of type LinkedResourceModifier and TypeFieldDescriptionprivate final LinkedHashSet<LinkedResource> LinkedResources.Builder.resourcesprivate final List<LinkedResource> LinkedResources.resourcesprivate final Map<String, LinkedResource> LinkedResources.resourcesByIdprivate final com.google.common.collect.ListMultimap<io.mola.galimatias.URL, LinkedResource> LinkedResources.resourcesByURLMethods in com.adobe.epubcheck.opf that return LinkedResourceModifier and TypeMethodDescriptionLinkedResource.Builder.build()Returns a newly createdLinkedResource.Methods in com.adobe.epubcheck.opf that return types with arguments of type LinkedResourceModifier and TypeMethodDescriptionLinkedResources.asList()Returns the list of all linked resources in this set, in document order.com.google.common.base.Optional<LinkedResource> Search the linked resource with the given ID.LinkedResources.getByURL(io.mola.galimatias.URL url) Search the linked resource with the given URL.Methods in com.adobe.epubcheck.opf with parameters of type LinkedResourceModifier and TypeMethodDescriptionLinkedResources.Builder.add(LinkedResource resource) Add a new linked resource to this builder.Constructor parameters in com.adobe.epubcheck.opf with type arguments of type LinkedResource