Uses of Class
com.adobe.epubcheck.opf.ResourceCollection
Packages that use ResourceCollection
-
Uses of ResourceCollection in com.adobe.epubcheck.opf
Fields in com.adobe.epubcheck.opf with type parameters of type ResourceCollectionModifier and TypeFieldDescriptionprivate final LinkedHashSet<ResourceCollection> ResourceCollections.Builder.collectionsprivate final List<ResourceCollection> ResourceCollections.collectionsprivate final com.google.common.collect.ListMultimap<String, ResourceCollection> ResourceCollections.collectionsByRoleMethods in com.adobe.epubcheck.opf that return ResourceCollectionModifier and TypeMethodDescriptionResourceCollection.Builder.build()Returns a newly created collection.Methods in com.adobe.epubcheck.opf that return types with arguments of type ResourceCollectionModifier and TypeMethodDescriptionResourceCollections.asList()Returns the list of all collections in this set.ResourceCollections.getByRole(ResourceCollection.Roles role) Returns the list of collections in this set with the given IDPF-reserved role.Returns the list of collections in this set with the given role.Methods in com.adobe.epubcheck.opf with parameters of type ResourceCollectionModifier and TypeMethodDescriptionResourceCollections.Builder.add(ResourceCollection collection) Add the given collection to the list of collections to build.private voidOPFChecker30.checkDictCollection(ResourceCollection collection) private voidOPFChecker30.checkDictCollectionContent(ResourceCollection collection) private voidOPFChecker30.checkIndexCollection(ResourceCollection collection) private voidOPFChecker30.checkPreviewCollection(ResourceCollection collection) ResourceCollection.Builder.collection(ResourceCollection collection) Add the given collection as a sub-collection of the collection to build.private voidOPFHandler30.processItemsInIndexCollection(ResourceCollection collection) Constructor parameters in com.adobe.epubcheck.opf with type arguments of type ResourceCollectionModifierConstructorDescriptionprivateResourceCollections(Iterable<ResourceCollection> collections)