Uses of Class
ch.qos.cal10n.util.CAL10NBundle
-
Packages that use CAL10NBundle Package Description ch.qos.cal10n The main package of the CAL10N project.ch.qos.cal10n.util Package containing utility classes, used internally by the CAL10N project. -
-
Uses of CAL10NBundle in ch.qos.cal10n
Fields in ch.qos.cal10n with type parameters of type CAL10NBundle Modifier and Type Field Description (package private) java.util.Map<java.lang.String,CAL10NBundle>
MessageConveyor. cache
Methods in ch.qos.cal10n that return CAL10NBundle Modifier and Type Method Description private <E extends java.lang.Enum<?>>
CAL10NBundleMessageConveyor. lookupResourceBundleByEnumClassAndLocale(java.lang.Class<E> declaringClass)
-
Uses of CAL10NBundle in ch.qos.cal10n.util
Fields in ch.qos.cal10n.util declared as CAL10NBundle Modifier and Type Field Description (package private) CAL10NBundle
CAL10NBundle. parent
Methods in ch.qos.cal10n.util that return CAL10NBundle Modifier and Type Method Description CAL10NBundle
AbstractCAL10NBundleFinder. getBundle(java.lang.String baseName, java.util.Locale locale, java.lang.String charset)
CAL10NBundle
CAL10NBundleFinder. getBundle(java.lang.String baseName, java.util.Locale locale, java.lang.String charset)
private CAL10NBundle
AbstractCAL10NBundleFinder. makePropertyResourceBundle(java.lang.String resourceCandidate, java.lang.String charset)
Methods in ch.qos.cal10n.util with parameters of type CAL10NBundle Modifier and Type Method Description void
CAL10NBundle. setParent(CAL10NBundle parent)
-