ch.qos.cal10n.util
Interface IAnnotationExtractor
- All Known Implementing Classes:
- AnnotationExtractor, AnnotationExtractorBase, TypeElementAnnotationExtractor
public interface IAnnotationExtractor
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
getBaseName
String getBaseName()
extractLocaleNames
String[] extractLocaleNames()
extractLocales
Locale[] extractLocales()
extractCharset
String extractCharset(Locale juLocale)
Copyright © 2009-2013 QOS.ch. All Rights Reserved.