Class AbstractSurefireReportMojo.CustomI18N
java.lang.Object
org.apache.maven.plugins.surefire.report.AbstractSurefireReportMojo.CustomI18N
- All Implemented Interfaces:
org.codehaus.plexus.i18n.I18N
- Enclosing class:
AbstractSurefireReportMojo
private static class AbstractSurefireReportMojo.CustomI18N
extends Object
implements org.codehaus.plexus.i18n.I18N
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate ResourceBundle
private final String
private final org.codehaus.plexus.i18n.I18N
private final Locale
private static final Object[]
private final org.apache.maven.project.MavenProject
private final org.apache.maven.settings.Settings
Fields 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 String
getStringOrNull
(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:
getDefaultLanguage
in interfaceorg.codehaus.plexus.i18n.I18N
-
getDefaultCountry
- Specified by:
getDefaultCountry
in interfaceorg.codehaus.plexus.i18n.I18N
-
getDefaultBundleName
- Specified by:
getDefaultBundleName
in interfaceorg.codehaus.plexus.i18n.I18N
-
getBundleNames
- Specified by:
getBundleNames
in interfaceorg.codehaus.plexus.i18n.I18N
-
getBundle
- Specified by:
getBundle
in interfaceorg.codehaus.plexus.i18n.I18N
-
getBundle
- Specified by:
getBundle
in interfaceorg.codehaus.plexus.i18n.I18N
-
getBundle
- Specified by:
getBundle
in interfaceorg.codehaus.plexus.i18n.I18N
-
getBundle
- Specified by:
getBundle
in interfaceorg.codehaus.plexus.i18n.I18N
-
getLocale
- Specified by:
getLocale
in interfaceorg.codehaus.plexus.i18n.I18N
-
getString
- Specified by:
getString
in interfaceorg.codehaus.plexus.i18n.I18N
-
getString
- Specified by:
getString
in interfaceorg.codehaus.plexus.i18n.I18N
-
getString
- Specified by:
getString
in interfaceorg.codehaus.plexus.i18n.I18N
-
format
- Specified by:
format
in interfaceorg.codehaus.plexus.i18n.I18N
-
format
- Specified by:
format
in interfaceorg.codehaus.plexus.i18n.I18N
-
format
- Specified by:
format
in interfaceorg.codehaus.plexus.i18n.I18N
-
format
- Specified by:
format
in interfaceorg.codehaus.plexus.i18n.I18N
-
format
- Specified by:
format
in interfaceorg.codehaus.plexus.i18n.I18N
-
getStringOrNull
-