Class AbstractSurefireReport.CustomI18N
java.lang.Object
org.apache.maven.plugins.surefire.report.AbstractSurefireReport.CustomI18N
- All Implemented Interfaces:
org.codehaus.plexus.i18n.I18N
- Enclosing class:
AbstractSurefireReport
private static class AbstractSurefireReport.CustomI18N
extends Object
implements org.codehaus.plexus.i18n.I18N
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate ResourceBundleprivate final Stringprivate final org.codehaus.plexus.i18n.I18Nprivate final Localeprivate static final Object[]private final org.apache.maven.project.MavenProjectprivate final org.apache.maven.settings.SettingsFields inherited from interface org.codehaus.plexus.i18n.I18N
ACCEPT_LANGUAGE, ROLE -
Constructor Summary
ConstructorsConstructorDescriptionCustomI18N(org.apache.maven.project.MavenProject project, org.apache.maven.settings.Settings settings, File customBundleFile, Locale locale, org.codehaus.plexus.i18n.I18N i18nOriginal) -
Method Summary
Modifier and TypeMethodDescriptionString[]private StringgetStringOrNull(ResourceBundle rb, String key)
-
Field Details
-
project
private final org.apache.maven.project.MavenProject project -
settings
private final org.apache.maven.settings.Settings settings -
bundleName
-
locale
-
i18nOriginal
private final org.codehaus.plexus.i18n.I18N i18nOriginal -
bundle
-
NO_ARGS
-
-
Constructor Details
-
CustomI18N
-
-
Method Details
-
getDefaultLanguage
- Specified by:
getDefaultLanguagein interfaceorg.codehaus.plexus.i18n.I18N
-
getDefaultCountry
- Specified by:
getDefaultCountryin interfaceorg.codehaus.plexus.i18n.I18N
-
getDefaultBundleName
- Specified by:
getDefaultBundleNamein interfaceorg.codehaus.plexus.i18n.I18N
-
getBundleNames
- Specified by:
getBundleNamesin interfaceorg.codehaus.plexus.i18n.I18N
-
getBundle
- Specified by:
getBundlein interfaceorg.codehaus.plexus.i18n.I18N
-
getBundle
- Specified by:
getBundlein interfaceorg.codehaus.plexus.i18n.I18N
-
getBundle
- Specified by:
getBundlein interfaceorg.codehaus.plexus.i18n.I18N
-
getBundle
- Specified by:
getBundlein interfaceorg.codehaus.plexus.i18n.I18N
-
getLocale
- Specified by:
getLocalein interfaceorg.codehaus.plexus.i18n.I18N
-
getString
- Specified by:
getStringin interfaceorg.codehaus.plexus.i18n.I18N
-
getString
- Specified by:
getStringin interfaceorg.codehaus.plexus.i18n.I18N
-
getString
- Specified by:
getStringin interfaceorg.codehaus.plexus.i18n.I18N
-
format
- Specified by:
formatin interfaceorg.codehaus.plexus.i18n.I18N
-
format
- Specified by:
formatin interfaceorg.codehaus.plexus.i18n.I18N
-
format
- Specified by:
formatin interfaceorg.codehaus.plexus.i18n.I18N
-
format
- Specified by:
formatin interfaceorg.codehaus.plexus.i18n.I18N
-
format
- Specified by:
formatin interfaceorg.codehaus.plexus.i18n.I18N
-
getStringOrNull
-