Class EpubCheck
java.lang.Object
com.adobe.epubcheck.api.EpubCheck
- All Implemented Interfaces:
Checker
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static Stringprivate final Fileprivate final EPUBProfileprivate final Reportprivate static String -
Constructor Summary
ConstructorsConstructorDescriptionCreate an epub validator to validate the given file.Create an epub validator to validate the given file and report issues to a given Report object.EpubCheck(File epubFile, Report report, EPUBProfile profile) Create an epub validator to validate the given file and report issues to a given Report object.EpubCheck(File epubFile, PrintWriter out) Create an epub validator to validate the given file.EpubCheck(InputStream inputStream, Report report, String uri) EpubCheck(InputStream inputStream, Report report, String uri, EPUBProfile profile) -
Method Summary
-
Field Details
-
VERSION
-
BUILD_DATE
-
epubFile
-
profile
-
report
-
-
Constructor Details
-
EpubCheck
Create an epub validator to validate the given file. Issues will be reported to standard error. -
EpubCheck
Create an epub validator to validate the given file. Issues will be reported to the given PrintWriter. -
EpubCheck
-
EpubCheck
Create an epub validator to validate the given file and report issues to a given Report object. Can validate a specific EPUB profile (e.g. EDUPUB, DICT, IDX, etc). -
EpubCheck
-
EpubCheck
-
-
Method Details
-
version
-
buildDate
-
setLocale
-
check
-
doValidate
public int doValidate()
-