ch.qos.cal10n.util
Class AnnotationExtractor
java.lang.Object
ch.qos.cal10n.util.AnnotationExtractorBase
ch.qos.cal10n.util.AnnotationExtractor
- All Implemented Interfaces:
- IAnnotationExtractor
public class AnnotationExtractor
- extends AnnotationExtractorBase
Given an enum class, retrieve its cal10n-related values from its cal10-specific annotations.
Note that much of the work in this class is performed by the base class.
- Author:
- Ceki Gülcü
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnnotationExtractor
public AnnotationExtractor(Class<?> enumClass)
getBaseName
public String getBaseName()
extractLocaleData
protected LocaleData extractLocaleData()
- Specified by:
extractLocaleData in class AnnotationExtractorBase
Copyright © 2009-2013 QOS.ch. All Rights Reserved.