Uses of Class
com.adobe.epubcheck.vocab.Property
Packages that use Property
-
Uses of Property in com.adobe.epubcheck.ocf
Methods in com.adobe.epubcheck.ocf with parameters of type Property -
Uses of Property in com.adobe.epubcheck.opf
Fields in com.adobe.epubcheck.opf declared as PropertyFields in com.adobe.epubcheck.opf with type parameters of type PropertyModifier 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.collect.Multimap<Property, MetadataSet.Metadata> MetadataSet.Builder.primaryprivate final com.google.common.collect.SetMultimap<Property, MetadataSet.Metadata> MetadataSet.primaryOPFItem.propertiesValidationContext.propertiesThe set of properties associated to the resource being validated.private com.google.common.collect.ImmutableSet.Builder<Property> ValidationContext.ValidationContextBuilder.propertiesprivate com.google.common.collect.ImmutableSet.Builder<Property> OPFItem.Builder.propertiesBuilderLinkedResource.Builder.relLinkedResource.relMethods in com.adobe.epubcheck.opf that return PropertyModifier and TypeMethodDescriptionMetadataSet.Metadata.getProperty()The property representing the statement of the expression.Methods in com.adobe.epubcheck.opf that return types with arguments of type PropertyModifier and TypeMethodDescriptionOPFItem.getProperties()Returns the set ofPropertydeclared on this item or anyitemrefpointing to this item.LinkedResource.getRel()Returns the set of properties defining the nature of the resource, as defined in therelattribute.OPFHandler30.processLinkProperties(String properties) OPFHandler30.processLinkRel(String rel) Methods in com.adobe.epubcheck.opf with parameters of type PropertyModifier and TypeMethodDescriptionValidationContext.ValidationContextBuilder.addProperty(Property property) booleanMetadataSet.containsAny(Property property) Returnstrueif this metadata set contains an expression (primary or subexpression) for the given propertybooleanMetadataSet.containsPrimary(Property property) Returnstrueif this metadata set contains a primary expression for the given propertybooleanMetadataSet.containsPrimary(Property property, String value) Returnstrueif this metadata set contains a primary expression for the given property and the given valueReturns the set of all metadata expressions (primary and subexpressions) for the given property.MetadataSet.getPrimary(Property property) Returns the set of metadata primary expressions for the given property.static com.google.common.base.Predicate<ValidationContext> Returns a predicate that evaluates totrueif the given property is declared in the context being tested.Adds a metadata expression to the set being built.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).Method parameters in com.adobe.epubcheck.opf with type arguments of type PropertyModifier and TypeMethodDescriptionOPFItem.Builder.properties(Set<Property> properties) ValidationContext.ValidationContextBuilder.properties(Set<Property> properties) Constructors in com.adobe.epubcheck.opf with parameters of type PropertyModifierConstructorDescriptionprivateMetadata(String id, Property property, String value, String refines, Set<MetadataSet.Metadata> refiners) Constructor parameters in com.adobe.epubcheck.opf with type arguments of type PropertyModifierConstructorDescriptionprivateMetadataSet(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) -
Uses of Property in com.adobe.epubcheck.vocab
Fields in com.adobe.epubcheck.vocab with type parameters of type PropertyMethods in com.adobe.epubcheck.vocab that return PropertyModifier and TypeMethodDescriptionReturns thePropertyfor the given enum item contained in this vocabulary.static PropertyCreates a new instance from a short name, a prefix, and a stem URI.static PropertyCreates a new instance from a short name, a prefix, and a stem URI, and an optionalEnumitem used to represent this property in known vocabularies.Methods in com.adobe.epubcheck.vocab that return types with arguments of type PropertyModifier and TypeMethodDescriptioncom.google.common.base.Optional<Property> com.google.common.base.Optional<Property> com.google.common.base.Optional<Property> Returns a reference to a newPropertywith the short namename, the same prefix and stem URI as was given when creating this vocabulary.com.google.common.base.Optional<Property> Returns whether a property in allowed in this vocabulary.VocabUtil.parseProperties(String value, Map<String, ? extends Vocab> vocabs, boolean isList, ValidationContext context, EPUBLocation location) static com.google.common.base.Optional<Property> VocabUtil.parseProperty(String value, Map<String, Vocab> vocabs, ValidationContext context, EPUBLocation location) Parses a single property value and report validation errors on the fly.VocabUtil.parsePropertyList(String value, Map<String, ? extends Vocab> vocabs, ValidationContext context, EPUBLocation location) Parses a space-separated list of property values, and report validation errors on the fly.Method parameters in com.adobe.epubcheck.vocab with type arguments of type Property