Package com.adobe.epubcheck.api
Interface LocalizableReport
- All Superinterfaces:
Report
- All Known Implementing Classes:
CheckingReport,DefaultReportImpl,MasterReport,QuietReport,WriterReportImpl,XmlReportAbstract,XmlReportImpl,XmpReportImpl
Extends the
Report interface with a method to configure the locale
used to report messages.-
Method Summary
Methods inherited from interface com.adobe.epubcheck.api.Report
close, generate, getCustomMessageFile, getDictionary, getEpubFileName, getErrorCount, getFatalErrorCount, getInfoCount, getReportingLevel, getUsageCount, getWarningCount, info, initialize, message, message, setCustomMessageFile, setEpubFileName, setOverrideFile, setReportingLevel
-
Method Details
-
setLocale
Sets the locale to use in the report's messages -
getLocale
Locale getLocale()Gets the locale to use in the report's messages
-