A B C D E G H I L M N O P S T U V

A

addBundle(String, List<String>, List<I18nBundle>) - Static method in class org.nuiton.i18n.bundle.I18nBundleFactory
 
addBundleEntry(URL, I18nBundleScope, List<String>, List<I18nBundle>) - Static method in class org.nuiton.i18n.bundle.I18nBundleFactory
 
addEntry(I18nBundleEntry) - Method in class org.nuiton.i18n.bundle.I18nBundle
 
applyFilter(String) - Method in class org.nuiton.i18n.I18nDefaultTooltipFilter
 
applyFilter(String) - Method in interface org.nuiton.i18n.I18nFilter
 

B

BUNDLE_DEF_LOCALES - Static variable in class org.nuiton.i18n.bundle.I18nBundleFactory
 
BUNDLES_FOR_LOCALE - Static variable in class org.nuiton.i18n.bundle.I18nBundleFactory
 

C

commentPattern - Static variable in class org.nuiton.i18n.I18nFileReader
 
compareTo(I18nBundleEntry) - Method in class org.nuiton.i18n.bundle.I18nBundleEntry
 
containsDirectDirectory(URL, String) - Static method in class org.nuiton.i18n.I18nUtil
Test if an url contains the given directory with no recurse seeking.
convert(Class, Object) - Method in class org.nuiton.util.LocaleConverter
 
CountryEnum - Enum in org.nuiton.i18n
Une énumération pour représenter le pays d'une locale

ISO 3166-1:1998 (ICS n° 01.140.20).


D

DEFAULT_ENCODING - Static variable in class org.nuiton.i18n.I18nUtil
 
DEFAULT_LOCALE - Static variable in class org.nuiton.i18n.I18nUtil
 
detectBundles(URL...) - Static method in class org.nuiton.i18n.bundle.I18nBundleFactory
Detecte les bundles i18n a partir des urls des fichiers de traduction donnes.
DIRECTORY_SEARCH_BUNDLE_PATTERN - Static variable in class org.nuiton.i18n.bundle.I18nBundleFactory
 

E

entries - Variable in class org.nuiton.i18n.bundle.I18nBundle
les entrés du bundle
equals(Object) - Method in class org.nuiton.i18n.bundle.I18nBundleEntry
 

G

getBundleEntries(I18nBundle...) - Static method in class org.nuiton.i18n.bundle.I18nBundleFactory
Récupération de toutes les entrées de bundles pour les bundles données.
getBundleEntries(Locale, Locale, I18nBundle...) - Static method in class org.nuiton.i18n.bundle.I18nBundleFactory
Filtrage des entrées de bundles pour une locale donnée.
getBundleEntries(Locale, Locale, boolean, I18nBundle...) - Static method in class org.nuiton.i18n.bundle.I18nBundleFactory
Filtrage des entrées de bundles pour une locale donnée.
getBundleNames(I18nBundle...) - Static method in class org.nuiton.i18n.bundle.I18nBundleFactory
Récuperation des noms de bundle par un ensemble de bundles.
getBundlePrefix() - Method in class org.nuiton.i18n.bundle.I18nBundle
 
getBundlePrefix(Matcher) - Method in enum org.nuiton.i18n.bundle.I18nBundleScope
 
getBundles(Locale, I18nBundle...) - Static method in class org.nuiton.i18n.bundle.I18nBundleFactory
Filtrage des bundles qui correspondante à la locale donnée.
getEntries(Locale) - Method in class org.nuiton.i18n.bundle.I18nBundle
Obtain the entries for a given locale, with a inclusive scope search.
getEntries(I18nBundleScope) - Method in class org.nuiton.i18n.bundle.I18nBundle
Obtain the entries for a given scope getEntries() - Method in class org.nuiton.i18n.bundle.I18nBundle
 
getLocale() - Method in class org.nuiton.i18n.bundle.I18nBundleEntry
 
getLocale(Matcher) - Method in enum org.nuiton.i18n.bundle.I18nBundleScope
get the locale for a given matcher.
getLocales(I18nBundle...) - Static method in class org.nuiton.i18n.bundle.I18nBundleFactory
Récuperation de toutes les locales connus par un ensemble de bundles.
getMatcher(String) - Method in enum org.nuiton.i18n.bundle.I18nBundleScope
get a matcher fro the given path for this scope
getPath() - Method in class org.nuiton.i18n.bundle.I18nBundleEntry
 
getScope() - Method in class org.nuiton.i18n.bundle.I18nBundleEntry
 
getType() - Method in class org.nuiton.util.LocaleConverter
 
getURLs(String) - Static method in class org.nuiton.i18n.bundle.I18nBundleFactory
Recherche la liste des url de toutes les resources i18n, i.e les urls des fichiers de traduction en mode uniqueBundleName.
getURLs(URL...) - Static method in class org.nuiton.i18n.bundle.I18nBundleFactory
Recherche la liste des url de toutes les resources i18n, i.e les urls des fichiers de traduction.
getURLsFromDirectory(URL, File) - Static method in class org.nuiton.i18n.bundle.I18nBundleFactory
 
getURLsFromDirectory(File, String) - Static method in class org.nuiton.i18n.I18nUtil
Retourne la liste des fichiers correspondant au pattern donne, aucun ordre ne doit être supposé sur les fichiers.
getURLsFromJar(URL, File) - Static method in class org.nuiton.i18n.bundle.I18nBundleFactory
 

H

hashCode() - Method in class org.nuiton.i18n.bundle.I18nBundleEntry
 

I

I18nBundle - Class in org.nuiton.i18n.bundle
Class to represent a i18n Bundle.
I18nBundle(String) - Constructor for class org.nuiton.i18n.bundle.I18nBundle
 
I18nBundleEntry - Class in org.nuiton.i18n.bundle
A class to represent an entry in a bundle.
I18nBundleEntry(URL, Locale, I18nBundleScope) - Constructor for class org.nuiton.i18n.bundle.I18nBundleEntry
Constructor if an bundle entry.
I18nBundleFactory - Class in org.nuiton.i18n.bundle
Classe qui est responsable de la detection et construction de I18nBundle.
I18nBundleFactory() - Constructor for class org.nuiton.i18n.bundle.I18nBundleFactory
 
I18nBundleScope - Enum in org.nuiton.i18n.bundle
The enumaration defines the scope of a bundle entry.
I18nDefaultTooltipFilter - Class in org.nuiton.i18n
 
I18nDefaultTooltipFilter() - Constructor for class org.nuiton.i18n.I18nDefaultTooltipFilter
 
I18nFileReader - Class in org.nuiton.i18n
Classe assurant la lecture et les possibles traitement nécessaires à I18n.
I18nFileReader() - Constructor for class org.nuiton.i18n.I18nFileReader
 
I18nFilter - Interface in org.nuiton.i18n
 
I18nUtil - Class in org.nuiton.i18n
 
I18nUtil() - Constructor for class org.nuiton.i18n.I18nUtil
 
interpretBackslashes(String) - Method in class org.nuiton.i18n.I18nFileReader
 
isEmpty(I18nBundle...) - Static method in class org.nuiton.i18n.bundle.I18nBundleFactory
Teste si un ensemble de bundles contient au moins une entrée.
isEnabled(Class) - Method in class org.nuiton.util.LocaleConverter
 
isJar(String) - Static method in class org.nuiton.i18n.I18nUtil
Verifie si le fichier est un fichier jar.
ISO_8859_1_ENCONDING - Static variable in class org.nuiton.i18n.I18nUtil
 
isZip(String) - Static method in class org.nuiton.i18n.I18nUtil
Verifie si le fichier est un fichier zip
iterator() - Method in class org.nuiton.i18n.bundle.I18nBundle
 

L

LanguageEnum - Enum in org.nuiton.i18n
Une énumération pour représenter le langue d'une locale définie dans la norme load(Properties) - Method in class org.nuiton.i18n.bundle.I18nBundleEntry
For a given language, load the resource file of this entry into the resource properties object.
load(InputStream, String) - Method in class org.nuiton.i18n.I18nFileReader
 
loadUniqueNameDefFile(String) - Static method in class org.nuiton.i18n.bundle.I18nBundleFactory
 
locale - Variable in class org.nuiton.i18n.bundle.I18nBundleEntry
local of the entry, can be null if general scope
LocaleConverter - Class in org.nuiton.util
classe pour convertir une chaine en un objet Locale.
LocaleConverter() - Constructor for class org.nuiton.util.LocaleConverter
 

M

matchLocale(Locale) - Method in class org.nuiton.i18n.bundle.I18nBundle
 
matchLocale(Locale, I18nBundleScope) - Method in class org.nuiton.i18n.bundle.I18nBundleEntry
Method to match or not a bundle entry for a given scope and locale.

N

newLocale(String) - Static method in class org.nuiton.i18n.I18nUtil
 
newLocale(String, String) - Static method in class org.nuiton.i18n.I18nUtil
 

O

org.nuiton.i18n - package org.nuiton.i18n
 
org.nuiton.i18n.bundle - package org.nuiton.i18n.bundle
 
org.nuiton.util - package org.nuiton.util
 

P

parseLocales(String) - Static method in class org.nuiton.i18n.I18nUtil
Parse a list of Locale seperated by comma.
path - Variable in class org.nuiton.i18n.bundle.I18nBundleEntry
path to resource file
promuteBundle(I18nBundle, Locale, Locale, boolean) - Static method in class org.nuiton.i18n.bundle.I18nBundleFactory
Obtain some rescue entries for a given locale.
promuteFull(I18nBundle, Locale, Locale, List<I18nBundleEntry>, boolean) - Static method in class org.nuiton.i18n.bundle.I18nBundleFactory
 
promuteGeneral(I18nBundle, Locale, Locale, List<I18nBundleEntry>) - Static method in class org.nuiton.i18n.bundle.I18nBundleFactory
 
promuteLanguage(I18nBundle, Locale, Locale, List<I18nBundleEntry>, boolean) - Static method in class org.nuiton.i18n.bundle.I18nBundleFactory
 

S

scope - Variable in class org.nuiton.i18n.bundle.I18nBundleEntry
scope of the entry
SEARCH_BUNDLE_PATTERN - Static variable in class org.nuiton.i18n.bundle.I18nBundleFactory
pattern to find all i18n bundles in classloader class path
serializeBackslashes(String) - Method in class org.nuiton.i18n.I18nFileReader
 
size() - Method in class org.nuiton.i18n.bundle.I18nBundle
 
splitPattern - Static variable in class org.nuiton.i18n.I18nFileReader
 

T

toString() - Method in class org.nuiton.i18n.bundle.I18nBundle
 
toString() - Method in class org.nuiton.i18n.bundle.I18nBundleEntry
 

U

UNIQUE_BUNDLE_DEF - Static variable in class org.nuiton.i18n.bundle.I18nBundleFactory
 
UNIQUE_BUNDLE_ENTRY - Static variable in class org.nuiton.i18n.bundle.I18nBundleFactory
 
UNIQUE_BUNDLE_PATH - Static variable in class org.nuiton.i18n.bundle.I18nBundleFactory
 
UTF_8_ENCONDING - Static variable in class org.nuiton.i18n.I18nUtil
 

V

valueOf(String) - Static method in enum org.nuiton.i18n.bundle.I18nBundleScope
Returns the enum constant of this type with the specified name.
valueOf(Locale) - Static method in enum org.nuiton.i18n.bundle.I18nBundleScope
Obtain the scope of a given locale.
valueOf(String) - Static method in enum org.nuiton.i18n.CountryEnum
Returns the enum constant of this type with the specified name.
valueOf(String, CountryEnum) - Static method in enum org.nuiton.i18n.CountryEnum
 
valueOf(String) - Static method in enum org.nuiton.i18n.LanguageEnum
Returns the enum constant of this type with the specified name.
valueOf(String, LanguageEnum) - Static method in enum org.nuiton.i18n.LanguageEnum
 
valueOf(String) - Method in class org.nuiton.util.LocaleConverter
 
values() - Static method in enum org.nuiton.i18n.bundle.I18nBundleScope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.nuiton.i18n.CountryEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.nuiton.i18n.LanguageEnum
Returns an array containing the constants of this enum type, in the order they are declared.

A B C D E G H I L M N O P S T U V

Copyright © 2004-2009 CodeLutin. All Rights Reserved.