Uses of Class
com.adobe.epubcheck.opf.MetadataSet.Metadata
-
Packages that use MetadataSet.Metadata Package Description com.adobe.epubcheck.opf -
-
Uses of MetadataSet.Metadata in com.adobe.epubcheck.opf
Fields in com.adobe.epubcheck.opf with type parameters of type MetadataSet.Metadata Modifier and Type Field Description private com.google.common.collect.SetMultimap<Property,MetadataSet.Metadata>MetadataSet. allprivate com.google.common.collect.Multimap<Property,MetadataSet.Metadata>MetadataSet.Builder. allprivate com.google.common.base.Supplier<java.util.Set<MetadataSet.Metadata>>MetadataSet. allSetprivate com.google.common.collect.Multimap<Property,MetadataSet.Metadata>MetadataSet.Builder. primaryprivate com.google.common.collect.SetMultimap<Property,MetadataSet.Metadata>MetadataSet. primaryprivate com.google.common.base.Supplier<java.util.Set<MetadataSet.Metadata>>MetadataSet. primarySetprivate java.util.Set<MetadataSet.Metadata>MetadataSet.Metadata. refinersprivate com.google.common.collect.SetMultimap<java.lang.String,MetadataSet.Metadata>MetadataSet. refinersprivate com.google.common.collect.Multimap<java.lang.String,MetadataSet.Metadata>MetadataSet.Builder. refinersMapprivate java.util.Map<MetadataSet.Metadata,MetadataSet.Metadata>MetadataSet.Builder. refinesprivate java.util.Map<MetadataSet.Metadata,MetadataSet.Metadata>MetadataSet.Builder. refinesprivate java.util.Map<MetadataSet.Metadata,MetadataSet.Metadata>MetadataSet. refinesprivate java.util.Map<MetadataSet.Metadata,MetadataSet.Metadata>MetadataSet. refinesprivate java.util.LinkedList<MetadataSet.Metadata>MetadataSet.Builder. tempMetasprivate java.util.Map<MetadataSet.Metadata,MetadataSet.Builder.Visit>MetadataSet.Builder. visitsMethods in com.adobe.epubcheck.opf that return MetadataSet.Metadata Modifier and Type Method Description private MetadataSet.MetadataMetadataSet.Builder. build(MetadataSet.Metadata meta)Methods in com.adobe.epubcheck.opf that return types with arguments of type MetadataSet.Metadata Modifier and Type Method Description java.util.Set<MetadataSet.Metadata>MetadataSet. getAll()Returns a set of all metadata expressions (primary+subexpressions).java.util.Set<MetadataSet.Metadata>MetadataSet. getAny(Property property)Returns the set of all metadata expressions (primary and subexpressions) for the given property.java.util.Set<MetadataSet.Metadata>MetadataSet. getPrimary()Returns a set of all primary metadata expressions.java.util.Set<MetadataSet.Metadata>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.java.util.Set<MetadataSet.Metadata>MetadataSet.Metadata. getRefiners()The set of metadata expressions refining this metadata expression.java.util.Set<MetadataSet.Metadata>MetadataSet. getRefining(java.lang.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(java.util.Set<MetadataSet.Metadata> metas, Property property, com.google.common.base.Optional<java.lang.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(java.util.Set<MetadataSet.Metadata> metas, Property property, com.google.common.base.Optional<java.lang.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.Metadata Modifier and Type Method Description private 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.Metadata Modifier and Type Method Description static com.google.common.base.Optional<MetadataSet.Metadata>MetadataSet. tryFind(java.util.Set<MetadataSet.Metadata> metas, Property property, com.google.common.base.Optional<java.lang.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(java.util.Set<MetadataSet.Metadata> metas, Property property, com.google.common.base.Optional<java.lang.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.Metadata Constructor Description Metadata(java.lang.String id, Property property, java.lang.String value, java.lang.String refines, java.util.Set<MetadataSet.Metadata> refiners)MetadataSet(com.google.common.collect.Multimap<Property,MetadataSet.Metadata> all, com.google.common.collect.Multimap<Property,MetadataSet.Metadata> primary, java.util.Map<MetadataSet.Metadata,MetadataSet.Metadata> refines, com.google.common.collect.Multimap<java.lang.String,MetadataSet.Metadata> refiners)MetadataSet(com.google.common.collect.Multimap<Property,MetadataSet.Metadata> all, com.google.common.collect.Multimap<Property,MetadataSet.Metadata> primary, java.util.Map<MetadataSet.Metadata,MetadataSet.Metadata> refines, com.google.common.collect.Multimap<java.lang.String,MetadataSet.Metadata> refiners)MetadataSet(com.google.common.collect.Multimap<Property,MetadataSet.Metadata> all, com.google.common.collect.Multimap<Property,MetadataSet.Metadata> primary, java.util.Map<MetadataSet.Metadata,MetadataSet.Metadata> refines, com.google.common.collect.Multimap<java.lang.String,MetadataSet.Metadata> refiners)
-