Uses of Class
com.adobe.epubcheck.opf.PublicationType
-
Packages that use PublicationType Package Description com.adobe.epubcheck.api com.adobe.epubcheck.ocf com.adobe.epubcheck.opf -
-
Uses of PublicationType in com.adobe.epubcheck.api
Methods in com.adobe.epubcheck.api that return PublicationType Modifier and Type Method Description PublicationTypeEPUBProfile. matchingType()Method parameters in com.adobe.epubcheck.api with type arguments of type PublicationType Modifier and Type Method Description EPUBProfileEPUBProfile. makeTypeCompatible(java.util.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 PublicationType Modifier and Type Field Description private java.util.Map<io.mola.galimatias.URL,java.util.Set<PublicationType>>OCFCheckerState. publicationTypesprivate java.util.Set<PublicationType>PackageDocumentData.Builder. typesprivate java.util.Set<PublicationType>PackageDocumentData. typesMethods in com.adobe.epubcheck.ocf that return types with arguments of type PublicationType Modifier and Type Method Description java.util.Set<PublicationType>OCFCheckerState. getPublicationTypes()java.util.Set<PublicationType>OCFCheckerState. getPublicationTypes(io.mola.galimatias.URL url)java.util.Set<PublicationType>PackageDocumentData. getTypes() -
Uses of PublicationType in com.adobe.epubcheck.opf
Fields in com.adobe.epubcheck.opf with type parameters of type PublicationType Modifier and Type Field Description java.util.Set<PublicationType>ValidationContext. pubTypesThe set of 'dc:type' values declared at the OPF level.private java.util.Set<PublicationType>ValidationContext.ValidationContextBuilder. pubTypesMethods in com.adobe.epubcheck.opf that return PublicationType Modifier and Type Method Description static PublicationTypePublicationType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PublicationType[]PublicationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adobe.epubcheck.opf with parameters of type PublicationType Modifier and Type Method Description static 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 PublicationType Modifier and Type Method Description ValidationContext.ValidationContextBuilderValidationContext.ValidationContextBuilder. pubTypes(java.util.Set<PublicationType> pubTypes)
-