Uses of Enum Class
com.adobe.epubcheck.api.EPUBProfile
Packages that use EPUBProfile
Package
Description
-
Uses of EPUBProfile in com.adobe.epubcheck.api
Subclasses with type arguments of type EPUBProfile in com.adobe.epubcheck.apiFields in com.adobe.epubcheck.api declared as EPUBProfileMethods in com.adobe.epubcheck.api that return EPUBProfileModifier 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.static EPUBProfileReturns the enum constant of this class with the specified name.static EPUBProfile[]EPUBProfile.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.adobe.epubcheck.api with parameters of type EPUBProfileModifierConstructorDescriptionEpubCheck(File epubFile, Report report, EPUBProfile profile) Create an epub validator to validate the given file and report issues to a given Report object.EpubCheck(InputStream inputStream, Report report, String uri, EPUBProfile profile) -
Uses of EPUBProfile in com.adobe.epubcheck.ocf
Methods in com.adobe.epubcheck.ocf that return EPUBProfileModifier and TypeMethodDescriptionprivate EPUBProfileOCFChecker.checkPublicationProfile(OCFCheckerState state, EPUBVersion validationVersion) Methods in com.adobe.epubcheck.ocf with parameters of type EPUBProfileModifier and TypeMethodDescriptionvoidOCFCheckerState.setProfile(EPUBProfile checkPublicationProfile) -
Uses of EPUBProfile in com.adobe.epubcheck.opf
Fields in com.adobe.epubcheck.opf declared as EPUBProfileModifier and TypeFieldDescriptionfinal EPUBProfileValidationContext.profileThe validation profile in use (e.g.private EPUBProfileValidationContext.ValidationContextBuilder.profileMethods in com.adobe.epubcheck.opf with parameters of type EPUBProfileModifier and TypeMethodDescriptionValidationContext.ValidationContextBuilder.profile(EPUBProfile profile) static com.google.common.base.Predicate<ValidationContext> ValidationContext.ValidationContextPredicates.profile(EPUBProfile profile) Returns a predicate that evaluates totrueif the context being tested declares the given validation profile. -
Uses of EPUBProfile in com.adobe.epubcheck.tool
Fields in com.adobe.epubcheck.tool declared as EPUBProfileMethods in com.adobe.epubcheck.tool with parameters of type EPUBProfileModifier and TypeMethodDescription(package private) intEpubChecker.validateFile(String path, EPUBVersion version, Report report, EPUBProfile profile)