Package com.adobe.epubcheck.api
Interface LocalizableReport
-
- All Superinterfaces:
Report
- All Known Implementing Classes:
CheckingReport,DefaultReportImpl,MasterReport,QuietReport,WriterReportImpl,XmlReportAbstract,XmlReportImpl,XmpReportImpl
public interface LocalizableReport extends Report
Extends theReportinterface with a method to configure the locale used to report messages.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.LocalegetLocale()Gets the locale to use in the report's messagesvoidsetLocale(java.util.Locale locale)Sets the locale to use in the report's messages-
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
-
-