Uses of Class
com.adobe.epubcheck.opf.LinkedResource
-
Packages that use LinkedResource Package Description com.adobe.epubcheck.opf -
-
Uses of LinkedResource in com.adobe.epubcheck.opf
Fields in com.adobe.epubcheck.opf with type parameters of type LinkedResource Modifier and Type Field Description private java.util.LinkedHashSet<LinkedResource>LinkedResources.Builder. resourcesprivate java.util.List<LinkedResource>LinkedResources. resourcesprivate java.util.Map<java.lang.String,LinkedResource>LinkedResources. resourcesByIdprivate com.google.common.collect.ListMultimap<io.mola.galimatias.URL,LinkedResource>LinkedResources. resourcesByURLMethods in com.adobe.epubcheck.opf that return LinkedResource Modifier and Type Method Description LinkedResourceLinkedResource.Builder. build()Returns a newly createdLinkedResource.Methods in com.adobe.epubcheck.opf that return types with arguments of type LinkedResource Modifier and Type Method Description java.util.List<LinkedResource>LinkedResources. asList()Returns the list of all linked resources in this set, in document order.com.google.common.base.Optional<LinkedResource>LinkedResources. getById(java.lang.String id)Search the linked resource with the given ID.java.util.List<LinkedResource>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 LinkedResource Modifier and Type Method Description LinkedResources.BuilderLinkedResources.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 Constructor Description LinkedResources(java.lang.Iterable<LinkedResource> resources)
-