Interface LocalizableReport

All Superinterfaces:
Report
All Known Implementing Classes:
CheckingReport, DefaultReportImpl, MasterReport, QuietReport, WriterReportImpl, XmlReportAbstract, XmlReportImpl, XmpReportImpl

public interface LocalizableReport extends Report
Extends the Report interface with a method to configure the locale used to report messages.
  • Method Details

    • setLocale

      void setLocale(Locale locale)
      Sets the locale to use in the report's messages
    • getLocale

      Locale getLocale()
      Gets the locale to use in the report's messages