Uses of Class
com.adobe.epubcheck.api.EPUBProfile
-
Packages that use EPUBProfile Package Description com.adobe.epubcheck.api com.adobe.epubcheck.ocf com.adobe.epubcheck.opf com.adobe.epubcheck.tool -
-
Uses of EPUBProfile in com.adobe.epubcheck.api
Fields in com.adobe.epubcheck.api declared as EPUBProfile Modifier and Type Field Description private EPUBProfileEpubCheck. profileMethods in com.adobe.epubcheck.api that return EPUBProfile 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.static EPUBProfileEPUBProfile. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static EPUBProfile[]EPUBProfile. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.adobe.epubcheck.api with parameters of type EPUBProfile Constructor Description EpubCheck(java.io.File epubFile, Report report, EPUBProfile profile)Create an epub validator to validate the given file and report issues to a given Report object.EpubCheck(java.io.InputStream inputStream, Report report, java.lang.String uri, EPUBProfile profile) -
Uses of EPUBProfile in com.adobe.epubcheck.ocf
Methods in com.adobe.epubcheck.ocf that return EPUBProfile Modifier and Type Method Description private EPUBProfileOCFChecker. checkPublicationProfile(OCFCheckerState state, EPUBVersion validationVersion)Methods in com.adobe.epubcheck.ocf with parameters of type EPUBProfile Modifier and Type Method Description voidOCFCheckerState. setProfile(EPUBProfile checkPublicationProfile) -
Uses of EPUBProfile in com.adobe.epubcheck.opf
Fields in com.adobe.epubcheck.opf declared as EPUBProfile Modifier and Type Field Description EPUBProfileValidationContext. profileThe validation profile in use (e.g.private EPUBProfileValidationContext.ValidationContextBuilder. profileMethods in com.adobe.epubcheck.opf with parameters of type EPUBProfile Modifier and Type Method Description ValidationContext.ValidationContextBuilderValidationContext.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 EPUBProfile Modifier and Type Field Description (package private) EPUBProfileEpubChecker. profileMethods in com.adobe.epubcheck.tool with parameters of type EPUBProfile Modifier and Type Method Description (package private) intEpubChecker. validateFile(java.lang.String path, EPUBVersion version, Report report, EPUBProfile profile)
-