ch.qos.cal10n.util
Interface AnnotationExtractor

All Known Implementing Classes:
AbstractAnnotationExtractor, AnnotationExtractorViaEnumClass, AnnotationExtractorViaTypeElement

public interface AnnotationExtractor

Interface for extracting cal10-related annotation data from an "enumTtype". The actual type of the enumType is implementation specific. The basic implementation uses an enum Class.

Since:
0.8

Method Summary
 String extractCharset(Locale juLocale)
           
 String[] extractLocaleNames()
           
 Locale[] extractLocales()
           
 String getBaseName()
           
 

Method Detail

getBaseName

String getBaseName()

extractLocaleNames

String[] extractLocaleNames()

extractLocales

Locale[] extractLocales()

extractCharset

String extractCharset(Locale juLocale)


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