Uses of Class
com.adobe.epubcheck.opf.MetadataSet.Metadata
Packages that use MetadataSet.Metadata
-
Uses of MetadataSet.Metadata in com.adobe.epubcheck.opf
Fields in com.adobe.epubcheck.opf with type parameters of type MetadataSet.MetadataModifier and TypeFieldDescriptionprivate final com.google.common.collect.SetMultimap<Property, MetadataSet.Metadata> MetadataSet.allprivate final com.google.common.collect.Multimap<Property, MetadataSet.Metadata> MetadataSet.Builder.allprivate final com.google.common.base.Supplier<Set<MetadataSet.Metadata>> MetadataSet.allSetprivate final com.google.common.collect.Multimap<Property, MetadataSet.Metadata> MetadataSet.Builder.primaryprivate final com.google.common.collect.SetMultimap<Property, MetadataSet.Metadata> MetadataSet.primaryprivate final com.google.common.base.Supplier<Set<MetadataSet.Metadata>> MetadataSet.primarySetprivate final Set<MetadataSet.Metadata> MetadataSet.Metadata.refinersprivate final com.google.common.collect.SetMultimap<String, MetadataSet.Metadata> MetadataSet.refinersprivate final com.google.common.collect.Multimap<String, MetadataSet.Metadata> MetadataSet.Builder.refinersMapprivate final Map<MetadataSet.Metadata, MetadataSet.Metadata> MetadataSet.Builder.refinesprivate final Map<MetadataSet.Metadata, MetadataSet.Metadata> MetadataSet.Builder.refinesprivate final Map<MetadataSet.Metadata, MetadataSet.Metadata> MetadataSet.refinesprivate final Map<MetadataSet.Metadata, MetadataSet.Metadata> MetadataSet.refinesprivate final LinkedList<MetadataSet.Metadata> MetadataSet.Builder.tempMetasprivate final Map<MetadataSet.Metadata, MetadataSet.Builder.Visit> MetadataSet.Builder.visitsMethods in com.adobe.epubcheck.opf that return MetadataSet.MetadataModifier and TypeMethodDescriptionprivate MetadataSet.MetadataMetadataSet.Builder.build(MetadataSet.Metadata meta) Methods in com.adobe.epubcheck.opf that return types with arguments of type MetadataSet.MetadataModifier and TypeMethodDescriptionMetadataSet.getAll()Returns a set of all metadata expressions (primary+subexpressions).Returns the set of all metadata expressions (primary and subexpressions) for the given property.MetadataSet.getPrimary()Returns a set of all primary metadata expressions.MetadataSet.getPrimary(Property property) Returns the set of metadata primary expressions for the given property.com.google.common.base.Optional<MetadataSet.Metadata> MetadataSet.getRefinedBy(MetadataSet.Metadata meta) Returns an optional metadata expression refined by the given metadata expression.MetadataSet.Metadata.getRefiners()The set of metadata expressions refining this metadata expression.MetadataSet.getRefining(String id) Returns the set of all metadata subexpressions refining the metadata or resource identified by the given ID.static com.google.common.base.Optional<MetadataSet.Metadata> MetadataSet.tryFind(Set<MetadataSet.Metadata> metas, Property property, com.google.common.base.Optional<String> value) Search all the given expressions and return the first one that matches the given property and value (if present).static com.google.common.base.Optional<MetadataSet.Metadata> MetadataSet.tryFindInRefines(Set<MetadataSet.Metadata> metas, Property property, com.google.common.base.Optional<String> value) Search all refining expressions of the given metadata expressions, and return the first one that matches the given property and value (if present).Methods in com.adobe.epubcheck.opf with parameters of type MetadataSet.MetadataModifier and TypeMethodDescriptionprivate MetadataSet.MetadataMetadataSet.Builder.build(MetadataSet.Metadata meta) com.google.common.base.Optional<MetadataSet.Metadata> MetadataSet.getRefinedBy(MetadataSet.Metadata meta) Returns an optional metadata expression refined by the given metadata expression.Method parameters in com.adobe.epubcheck.opf with type arguments of type MetadataSet.MetadataModifier and TypeMethodDescriptionstatic com.google.common.base.Optional<MetadataSet.Metadata> MetadataSet.tryFind(Set<MetadataSet.Metadata> metas, Property property, com.google.common.base.Optional<String> value) Search all the given expressions and return the first one that matches the given property and value (if present).static com.google.common.base.Optional<MetadataSet.Metadata> MetadataSet.tryFindInRefines(Set<MetadataSet.Metadata> metas, Property property, com.google.common.base.Optional<String> value) Search all refining expressions of the given metadata expressions, and return the first one that matches the given property and value (if present).Constructor parameters in com.adobe.epubcheck.opf with type arguments of type MetadataSet.MetadataModifierConstructorDescriptionprivateMetadata(String id, Property property, String value, String refines, Set<MetadataSet.Metadata> refiners) privateMetadataSet(com.google.common.collect.Multimap<Property, MetadataSet.Metadata> all, com.google.common.collect.Multimap<Property, MetadataSet.Metadata> primary, Map<MetadataSet.Metadata, MetadataSet.Metadata> refines, com.google.common.collect.Multimap<String, MetadataSet.Metadata> refiners) privateMetadataSet(com.google.common.collect.Multimap<Property, MetadataSet.Metadata> all, com.google.common.collect.Multimap<Property, MetadataSet.Metadata> primary, Map<MetadataSet.Metadata, MetadataSet.Metadata> refines, com.google.common.collect.Multimap<String, MetadataSet.Metadata> refiners) privateMetadataSet(com.google.common.collect.Multimap<Property, MetadataSet.Metadata> all, com.google.common.collect.Multimap<Property, MetadataSet.Metadata> primary, Map<MetadataSet.Metadata, MetadataSet.Metadata> refines, com.google.common.collect.Multimap<String, MetadataSet.Metadata> refiners)