A B C D F G H I L N O Q R

A

ACCEPT_LANGUAGE - Static variable in interface org.codehaus.plexus.i18n.I18N
 

B

bundleNames - Variable in class org.codehaus.plexus.i18n.DefaultI18N
 
bundles - Variable in class org.codehaus.plexus.i18n.DefaultI18N
 

C

cacheBundle(String, Locale) - Method in class org.codehaus.plexus.i18n.DefaultI18N
Caches the named bundle for fast lookups.
compareTo(Object) - Method in class org.codehaus.plexus.i18n.I18NTokenizer.AcceptLanguage
 

D

DEFAULT_QUALITY - Static variable in class org.codehaus.plexus.i18n.I18NTokenizer
The default quality value for an AcceptLanguage object.
DefaultI18N - class org.codehaus.plexus.i18n.DefaultI18N.
 
DefaultI18N() - Constructor for class org.codehaus.plexus.i18n.DefaultI18N
 
defaultBundleName - Variable in class org.codehaus.plexus.i18n.DefaultI18N
 
defaultCountry - Variable in class org.codehaus.plexus.i18n.DefaultI18N
 
defaultLanguage - Variable in class org.codehaus.plexus.i18n.DefaultI18N
 
defaultLocale - Variable in class org.codehaus.plexus.i18n.DefaultI18N
 
devMode - Variable in class org.codehaus.plexus.i18n.DefaultI18N
 

F

findBundleByLocale(String, Locale, Map) - Method in class org.codehaus.plexus.i18n.DefaultI18N
Retrieves the bundle most closely matching first against the supplied inputs, then against the defaults.
format(String, Object) - Method in class org.codehaus.plexus.i18n.DefaultI18N
 
format(String, Object, Object) - Method in class org.codehaus.plexus.i18n.DefaultI18N
 
format(String, Locale, String, Object) - Method in class org.codehaus.plexus.i18n.DefaultI18N
 
format(String, Locale, String, Object, Object) - Method in class org.codehaus.plexus.i18n.DefaultI18N
 
format(String, Locale, String, Object[]) - Method in class org.codehaus.plexus.i18n.DefaultI18N
Looks up the value for key in the ResourceBundle referenced by bundleName, then formats that value for the specified Locale using args.
format(String, Object) - Method in interface org.codehaus.plexus.i18n.I18N
 
format(String, Object, Object) - Method in interface org.codehaus.plexus.i18n.I18N
 
format(String, Locale, String, Object) - Method in interface org.codehaus.plexus.i18n.I18N
 
format(String, Locale, String, Object, Object) - Method in interface org.codehaus.plexus.i18n.I18N
 
format(String, Locale, String, Object[]) - Method in interface org.codehaus.plexus.i18n.I18N
 

G

getBundle() - Method in class org.codehaus.plexus.i18n.DefaultI18N
 
getBundle(String) - Method in class org.codehaus.plexus.i18n.DefaultI18N
 
getBundle(String, String) - Method in class org.codehaus.plexus.i18n.DefaultI18N
This method returns a ResourceBundle given the bundle name and the Locale information supplied in the HTTP "Accept-Language" header.
getBundle(String, Locale) - Method in class org.codehaus.plexus.i18n.DefaultI18N
This method returns a ResourceBundle for the given bundle name and the given Locale.
getBundle() - Method in interface org.codehaus.plexus.i18n.I18N
 
getBundle(String) - Method in interface org.codehaus.plexus.i18n.I18N
 
getBundle(String, String) - Method in interface org.codehaus.plexus.i18n.I18N
 
getBundle(String, Locale) - Method in interface org.codehaus.plexus.i18n.I18N
 
getBundleIgnoreException(String, Locale) - Method in class org.codehaus.plexus.i18n.DefaultI18N
Retrieves the bundle using the ResourceBundle.getBundle(String, Locale) method, returning null instead of throwing MissingResourceException.
getBundleNames() - Method in class org.codehaus.plexus.i18n.DefaultI18N
 
getBundleNames() - Method in interface org.codehaus.plexus.i18n.I18N
 
getDefaultBundleName() - Method in class org.codehaus.plexus.i18n.DefaultI18N
 
getDefaultBundleName() - Method in interface org.codehaus.plexus.i18n.I18N
 
getDefaultCountry() - Method in class org.codehaus.plexus.i18n.DefaultI18N
 
getDefaultCountry() - Method in interface org.codehaus.plexus.i18n.I18N
 
getDefaultLanguage() - Method in class org.codehaus.plexus.i18n.DefaultI18N
 
getDefaultLanguage() - Method in interface org.codehaus.plexus.i18n.I18N
 
getLocale(String) - Method in class org.codehaus.plexus.i18n.DefaultI18N
 
getLocale(String) - Method in interface org.codehaus.plexus.i18n.I18N
 
getString(String) - Method in class org.codehaus.plexus.i18n.DefaultI18N
 
getString(String, Locale) - Method in class org.codehaus.plexus.i18n.DefaultI18N
 
getString(String, Locale, String) - Method in class org.codehaus.plexus.i18n.DefaultI18N
 
getString(String) - Method in interface org.codehaus.plexus.i18n.I18N
 
getString(String, Locale) - Method in interface org.codehaus.plexus.i18n.I18N
 
getString(String, Locale, String) - Method in interface org.codehaus.plexus.i18n.I18N
 
getStringOrNull(ResourceBundle, String) - Method in class org.codehaus.plexus.i18n.DefaultI18N
Gets localized text from a bundle if it's there.

H

hasNext() - Method in class org.codehaus.plexus.i18n.I18NTokenizer
 

I

I18N - interface org.codehaus.plexus.i18n.I18N.
 
I18NTokenizer - class org.codehaus.plexus.i18n.I18NTokenizer.
Parses the HTTP Accept-Language header as per section 14.4 of RFC 2068 (HTTP 1.1 header field definitions).
I18NTokenizer(String) - Constructor for class org.codehaus.plexus.i18n.I18NTokenizer
Parses the Accept-Language header.
I18NTokenizer.AcceptLanguage - class org.codehaus.plexus.i18n.I18NTokenizer.AcceptLanguage.
Struct representing an element of the HTTP Accept-Language header.
I18NTokenizer.AcceptLanguage() - Constructor for class org.codehaus.plexus.i18n.I18NTokenizer.AcceptLanguage
 
initialize() - Method in class org.codehaus.plexus.i18n.DefaultI18N
Called the first time the Service is used.
initializeBundleNames() - Method in class org.codehaus.plexus.i18n.DefaultI18N
 

L

LOCALE_SEPARATOR - Static variable in class org.codehaus.plexus.i18n.I18NTokenizer
Separates elements of the Accept-Language HTTP header.
locale - Variable in class org.codehaus.plexus.i18n.I18NTokenizer.AcceptLanguage
The language and country.
locales - Variable in class org.codehaus.plexus.i18n.I18NTokenizer
The parsed locales.

N

NO_ARGS - Static variable in class org.codehaus.plexus.i18n.DefaultI18N
 
next() - Method in class org.codehaus.plexus.i18n.I18NTokenizer
Creates a Locale from the next element of the Accept-Language header.

O

org.codehaus.plexus.i18n - package org.codehaus.plexus.i18n
 

Q

QUALITY_SEPARATOR - Static variable in class org.codehaus.plexus.i18n.I18NTokenizer
Separates locale from quality within elements.
quality - Variable in class org.codehaus.plexus.i18n.I18NTokenizer.AcceptLanguage
The quality of our locale (as values approach 1.0, they indicate increased user preference).

R

ROLE - Static variable in interface org.codehaus.plexus.i18n.I18N
 
remove() - Method in class org.codehaus.plexus.i18n.I18NTokenizer
Not implemented.

A B C D F G H I L N O Q R