ch.qos.cal10n.verifier.processor
Class AnnotationExtractorViaTypeElement

java.lang.Object
  extended by ch.qos.cal10n.util.AbstractAnnotationExtractor
      extended by ch.qos.cal10n.verifier.processor.AnnotationExtractorViaTypeElement
All Implemented Interfaces:
AnnotationExtractor

public class AnnotationExtractorViaTypeElement
extends AbstractAnnotationExtractor


Constructor Summary
AnnotationExtractorViaTypeElement(javax.lang.model.element.TypeElement typeElement)
           
 
Method Summary
protected  LocaleData extractLocaleData()
           
 String getBaseName()
           
 
Methods inherited from class ch.qos.cal10n.util.AbstractAnnotationExtractor
extractCharset, extractLocaleNames, extractLocales
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationExtractorViaTypeElement

public AnnotationExtractorViaTypeElement(javax.lang.model.element.TypeElement typeElement)
Method Detail

extractLocaleData

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

getBaseName

public String getBaseName()


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