ch.qos.cal10n.util
Class AnnotationExtractor

java.lang.Object
  extended by ch.qos.cal10n.util.AnnotationExtractorBase
      extended by 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ü

Constructor Summary
AnnotationExtractor(Class<?> enumClass)
           
 
Method Summary
protected  LocaleData extractLocaleData()
           
 String getBaseName()
           
 
Methods inherited from class ch.qos.cal10n.util.AnnotationExtractorBase
extractCharset, extractLocaleNames, extractLocales
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationExtractor

public AnnotationExtractor(Class<?> enumClass)
Method Detail

getBaseName

public String getBaseName()

extractLocaleData

protected LocaleData extractLocaleData()
Specified by:
extractLocaleData in class AnnotationExtractorBase


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