Class AbstractAnnotationExtractor
java.lang.Object
ch.qos.cal10n.util.AbstractAnnotationExtractor
- All Implemented Interfaces:
AnnotationExtractor
- Direct Known Subclasses:
AnnotationExtractorViaEnumClass, AnnotationExtractorViaTypeElement
A base implementation which can extract cal10n annotation data from a yet unspecified
"enumType" type, e.g. an enum class or an enum Element.
- Since:
- 0.8
- Author:
- Ceki Gulcu
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionextractCharset(Locale juLocale) protected abstract LocaleDataString[]Locale[]Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface AnnotationExtractor
getBaseName
-
Constructor Details
-
AbstractAnnotationExtractor
public AbstractAnnotationExtractor()
-
-
Method Details
-
extractLocaleData
-
extractLocales
- Specified by:
extractLocalesin interfaceAnnotationExtractor
-
extractLocaleNames
- Specified by:
extractLocaleNamesin interfaceAnnotationExtractor
-
extractCharset
- Specified by:
extractCharsetin interfaceAnnotationExtractor
-