A B C E G H I L M P R S T U V

A

AnnotationExtractor - Class in ch.qos.cal10n.util
Given an enum class, retrieve its cal10n-related values from its cal10-specific annotations.
AnnotationExtractor(Class<?>) - Constructor for class ch.qos.cal10n.util.AnnotationExtractor
 
AnnotationExtractorBase - Class in ch.qos.cal10n.util
A base implementation which can extract cal10n annotation data from a yet unspecified "enumType" type, e.g. an enum class or an enum Element.
AnnotationExtractorBase() - Constructor for class ch.qos.cal10n.util.AnnotationExtractorBase
 

B

BaseName - Annotation Type in ch.qos.cal10n
This annotation serves to designate the name of the resource bundle corresponding to an enum type.
buildKeySetFromEnumeration(Enumeration<String>) - Method in class ch.qos.cal10n.verifier.MessageKeyVerifierBase
 

C

CAL10NAnnotationProcessor - Class in ch.qos.cal10n.verifier.processor
 
CAL10NAnnotationProcessor() - Constructor for class ch.qos.cal10n.verifier.processor.CAL10NAnnotationProcessor
 
CAL10NConstants - Class in ch.qos.cal10n
This class defines the shared constants in CAL10N.
CAL10NConstants() - Constructor for class ch.qos.cal10n.CAL10NConstants
 
CAL10NError - Class in ch.qos.cal10n.verifier
Aggregates various parameters of a verification error in a single place (class).
CAL10NResourceBundle - Class in ch.qos.cal10n.util
 
CAL10NResourceBundle(Reader, File) - Constructor for class ch.qos.cal10n.util.CAL10NResourceBundle
 
CAL10NResourceBundleFinder - Class in ch.qos.cal10n.util
 
CAL10NResourceBundleFinder() - Constructor for class ch.qos.cal10n.util.CAL10NResourceBundleFinder
 
ch.qos.cal10n - package ch.qos.cal10n
The main package of the CAL10N project.
ch.qos.cal10n.util - package ch.qos.cal10n.util
Package containing utility classes, used internally by the CAL10N project.
ch.qos.cal10n.verifier - package ch.qos.cal10n.verifier
Support classes for verifying that there are no message code mis-matches between resource bundles and the corresponding enum type.
ch.qos.cal10n.verifier.processor - package ch.qos.cal10n.verifier.processor
 
CODE_URL_PREFIX - Static variable in class ch.qos.cal10n.CAL10NConstants
 
convertSpecialCharacters(StringBuilder) - Static method in class ch.qos.cal10n.util.LexicalUtil
 

E

equals(Object) - Method in class ch.qos.cal10n.MessageParameterObj
 
equals(Object) - Method in class ch.qos.cal10n.util.Token
 
ErrorFactory - Class in ch.qos.cal10n.verifier
Simplifies the creation of CAL10NError instances.
ErrorFactory(String, Locale, String) - Constructor for class ch.qos.cal10n.verifier.ErrorFactory
 
extractCharset(Locale) - Method in class ch.qos.cal10n.util.AnnotationExtractorBase
 
extractCharset(Locale) - Method in interface ch.qos.cal10n.util.IAnnotationExtractor
 
extractCharsetForLocale(Locale) - Method in class ch.qos.cal10n.verifier.MessageKeyVerifierBase
 
extractKeysInEnum() - Method in class ch.qos.cal10n.verifier.MessageKeyVerifier
 
extractKeysInEnum() - Method in class ch.qos.cal10n.verifier.MessageKeyVerifierBase
 
extractKeysInEnum() - Method in class ch.qos.cal10n.verifier.processor.TypeElementMessageKeyVerifier
 
extractLocaleData() - Method in class ch.qos.cal10n.util.AnnotationExtractor
 
extractLocaleData() - Method in class ch.qos.cal10n.util.AnnotationExtractorBase
 
extractLocaleData() - Method in class ch.qos.cal10n.verifier.processor.TypeElementAnnotationExtractor
 
extractLocaleNames() - Method in class ch.qos.cal10n.util.AnnotationExtractorBase
 
extractLocaleNames() - Method in interface ch.qos.cal10n.util.IAnnotationExtractor
 
extractLocales() - Method in class ch.qos.cal10n.util.AnnotationExtractorBase
 
extractLocales() - Method in interface ch.qos.cal10n.util.IAnnotationExtractor
 

G

getArgs() - Method in class ch.qos.cal10n.MessageParameterObj
 
getBaseName() - Method in class ch.qos.cal10n.util.AnnotationExtractor
 
getBaseName() - Method in interface ch.qos.cal10n.util.IAnnotationExtractor
 
getBaseName() - Method in interface ch.qos.cal10n.verifier.IMessageKeyVerifier
Get the base name for the resource bundle family as specified in the enumType (via annotations)
getBaseName() - Method in class ch.qos.cal10n.verifier.MessageKeyVerifierBase
 
getBaseName() - Method in class ch.qos.cal10n.verifier.processor.TypeElementAnnotationExtractor
 
getBundle(ClassLoader, String, Locale, String) - Static method in class ch.qos.cal10n.util.CAL10NResourceBundleFinder
 
getEnumTypeAsStr() - Method in interface ch.qos.cal10n.verifier.IMessageKeyVerifier
Get the name of enum type to this verifier is related to to.
getEnumTypeAsStr() - Method in class ch.qos.cal10n.verifier.MessageKeyVerifierBase
 
getErrorType() - Method in class ch.qos.cal10n.verifier.CAL10NError
 
getKey() - Method in class ch.qos.cal10n.MessageParameterObj
 
getKey() - Method in class ch.qos.cal10n.verifier.CAL10NError
 
getKeys() - Method in class ch.qos.cal10n.util.CAL10NResourceBundle
 
getLocale() - Method in class ch.qos.cal10n.verifier.CAL10NError
 
getLocaleNames() - Method in interface ch.qos.cal10n.verifier.IMessageKeyVerifier
Get the locales specified in the enumType (via annotations)
getLocaleNames() - Method in class ch.qos.cal10n.verifier.MessageKeyVerifierBase
 
getMessage(E, Object...) - Method in interface ch.qos.cal10n.IMessageConveyor
Retrieve a localized message by its key as specified by an enum.
getMessage(MessageParameterObj) - Method in interface ch.qos.cal10n.IMessageConveyor
Syntactic sugar for the case where the massage is contained in a MessageParameterObj.
getMessage(E, Object...) - Method in class ch.qos.cal10n.MessageConveyor
Given an enum as key, find the resource bundle corresponding to this locale and return the message corresponding to the key passed as parameter (internationalized per this locale).
getMessage(MessageParameterObj) - Method in class ch.qos.cal10n.MessageConveyor
 
getTokenType() - Method in class ch.qos.cal10n.util.Token
 
getValue() - Method in class ch.qos.cal10n.util.Token
 

H

handleGetObject(String) - Method in class ch.qos.cal10n.util.CAL10NResourceBundle
 
hasChanged() - Method in class ch.qos.cal10n.util.CAL10NResourceBundle
 
hashCode() - Method in class ch.qos.cal10n.MessageParameterObj
 
hashCode() - Method in class ch.qos.cal10n.util.Token
 

I

IAnnotationExtractor - Interface in ch.qos.cal10n.util
Interface for extracting cal10-related annotation data from an "enumTtype".
IMessageConveyor - Interface in ch.qos.cal10n
Retrieve a localized message by its key as specified by an enum.
IMessageKeyVerifier - Interface in ch.qos.cal10n.verifier
An interface for verifying that given an enum type, the keys match those found in the corresponding resource bundles.
init(ProcessingEnvironment) - Method in class ch.qos.cal10n.verifier.processor.CAL10NAnnotationProcessor
 

L

LexicalUtil - Class in ch.qos.cal10n.util
 
LexicalUtil() - Constructor for class ch.qos.cal10n.util.LexicalUtil
 
Locale - Annotation Type in ch.qos.cal10n
See LocaleData annotation.
LocaleData - Annotation Type in ch.qos.cal10n
In conjunction with the @Locale annotation, the @LocaleData annotation serves to designate a list of locale names for which resource bundles exist.

M

MessageConveyor - Class in ch.qos.cal10n
The default implementation for IMessageConveyor based on resource bundles.
MessageConveyor(Locale) - Constructor for class ch.qos.cal10n.MessageConveyor
The Locale associated with this instance.
MessageConveyorException - Exception in ch.qos.cal10n
 
MessageConveyorException(String) - Constructor for exception ch.qos.cal10n.MessageConveyorException
 
MessageConveyorException(String, Throwable) - Constructor for exception ch.qos.cal10n.MessageConveyorException
 
MessageKeyVerifier - Class in ch.qos.cal10n.verifier
Given an enum class, verify that the resource bundles corresponding to a given locale contains the correct keys.
MessageKeyVerifier(Class<? extends Enum<?>>) - Constructor for class ch.qos.cal10n.verifier.MessageKeyVerifier
 
MessageKeyVerifier(String) - Constructor for class ch.qos.cal10n.verifier.MessageKeyVerifier
 
MessageKeyVerifier_FQCN - Static variable in class ch.qos.cal10n.CAL10NConstants
 
MessageKeyVerifierBase - Class in ch.qos.cal10n.verifier
Abstract class for verifying that for a given an enum type, the keys match those found in the corresponding resource bundles.
MessageKeyVerifierBase(String, IAnnotationExtractor) - Constructor for class ch.qos.cal10n.verifier.MessageKeyVerifierBase
 
MessageParameterObj - Class in ch.qos.cal10n
Holds data relevant for a deferred message lookup.
MessageParameterObj(Enum<?>, Object...) - Constructor for class ch.qos.cal10n.MessageParameterObj
Constructs an instance.
MiscUtil - Class in ch.qos.cal10n.util
 
MiscUtil() - Constructor for class ch.qos.cal10n.util.MiscUtil
 
MISSING_BN_ANNOTATION_URL - Static variable in class ch.qos.cal10n.CAL10NConstants
 
MISSING_ENUM_TYPES_MSG - Static variable in class ch.qos.cal10n.CAL10NConstants
 
MISSING_ENUM_TYPES_URL - Static variable in class ch.qos.cal10n.CAL10NConstants
 
MISSING_LOCALE_DATA_ANNOTATION_MESSAGE - Static variable in class ch.qos.cal10n.CAL10NConstants
 
MISSING_LOCALE_DATA_ANNOTATION_URL - Static variable in class ch.qos.cal10n.CAL10NConstants
 

P

Parser - Class in ch.qos.cal10n.util
 
process(Set<? extends TypeElement>, RoundEnvironment) - Method in class ch.qos.cal10n.verifier.processor.CAL10NAnnotationProcessor
 

R

resetCheckTimes() - Method in class ch.qos.cal10n.util.CAL10NResourceBundle
WARNING: Used for testing purposes.

S

setParent(CAL10NResourceBundle) - Method in class ch.qos.cal10n.util.CAL10NResourceBundle
 

T

Token - Class in ch.qos.cal10n.util
 
TokenStream - Class in ch.qos.cal10n.util
 
toLocale(String) - Static method in class ch.qos.cal10n.util.MiscUtil
 
toString() - Method in class ch.qos.cal10n.MessageParameterObj
 
toString() - Method in class ch.qos.cal10n.util.Token
 
toString() - Method in class ch.qos.cal10n.verifier.CAL10NError
 
TypeElementAnnotationExtractor - Class in ch.qos.cal10n.verifier.processor
 
TypeElementAnnotationExtractor(TypeElement) - Constructor for class ch.qos.cal10n.verifier.processor.TypeElementAnnotationExtractor
 
TypeElementMessageKeyVerifier - Class in ch.qos.cal10n.verifier.processor
Given an TypeElement representing an enum class implements IMessageKeyVerifier.
TypeElementMessageKeyVerifier(TypeElement) - Constructor for class ch.qos.cal10n.verifier.processor.TypeElementMessageKeyVerifier
 
typeIsolatedVerify(Locale) - Method in interface ch.qos.cal10n.verifier.IMessageKeyVerifier
Same as IMessageKeyVerifier.verify(Locale) except that the return type is List.
typeIsolatedVerify(Locale) - Method in class ch.qos.cal10n.verifier.MessageKeyVerifierBase
 

U

urlToFile(URL) - Static method in class ch.qos.cal10n.util.MiscUtil
 

V

verify(Locale) - Method in interface ch.qos.cal10n.verifier.IMessageKeyVerifier
Verify that the keys defined in the enumClass match those found in the resource bundle corresponding to a certain locale
verify(Locale) - Method in class ch.qos.cal10n.verifier.MessageKeyVerifierBase
 
verifyAllLocales() - Method in interface ch.qos.cal10n.verifier.IMessageKeyVerifier
Verify that the keys defined in the enumClass match those found in the corresponding resource bundle for all locales declared in the enum type via the @LocaleData annotation.
verifyAllLocales() - Method in class ch.qos.cal10n.verifier.MessageKeyVerifierBase
Verify all declared locales in one step.

A B C E G H I L M P R S T U V

Copyright © 2009-2013 QOS.ch. All Rights Reserved.