Uses of Enum Class
com.adobe.epubcheck.opf.PublicationType
Packages that use PublicationType
-
Uses of PublicationType in com.adobe.epubcheck.api
Methods in com.adobe.epubcheck.api that return PublicationTypeMethod parameters in com.adobe.epubcheck.api with type arguments of type PublicationTypeModifier and TypeMethodDescriptionEPUBProfile.makeTypeCompatible(Set<PublicationType> pubTypes) Checks this validation profile against the dc:type(s) declared in an OPF and returns a possibly overriden profile. -
Uses of PublicationType in com.adobe.epubcheck.ocf
Fields in com.adobe.epubcheck.ocf with type parameters of type PublicationTypeModifier and TypeFieldDescriptionprivate final Map<io.mola.galimatias.URL, Set<PublicationType>> OCFCheckerState.publicationTypesprivate Set<PublicationType> PackageDocumentData.Builder.typesprivate final Set<PublicationType> PackageDocumentData.typesMethods in com.adobe.epubcheck.ocf that return types with arguments of type PublicationTypeModifier and TypeMethodDescriptionOCFCheckerState.getPublicationTypes()OCFCheckerState.getPublicationTypes(io.mola.galimatias.URL url) PackageDocumentData.getTypes() -
Uses of PublicationType in com.adobe.epubcheck.opf
Subclasses with type arguments of type PublicationType in com.adobe.epubcheck.opfFields in com.adobe.epubcheck.opf with type parameters of type PublicationTypeModifier and TypeFieldDescriptionfinal Set<PublicationType> ValidationContext.pubTypesThe set of 'dc:type' values declared at the OPF level.private Set<PublicationType> ValidationContext.ValidationContextBuilder.pubTypesMethods in com.adobe.epubcheck.opf that return PublicationTypeModifier and TypeMethodDescriptionstatic PublicationTypeReturns the enum constant of this class with the specified name.static PublicationType[]PublicationType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.adobe.epubcheck.opf with parameters of type PublicationTypeModifier and TypeMethodDescriptionstatic com.google.common.base.Predicate<ValidationContext> ValidationContext.ValidationContextPredicates.hasPubType(PublicationType type) Returns a predicate that evaluates totrueif the given publicationdc:typeis declared in the context being tested.Method parameters in com.adobe.epubcheck.opf with type arguments of type PublicationTypeModifier and TypeMethodDescriptionValidationContext.ValidationContextBuilder.pubTypes(Set<PublicationType> pubTypes)