Uses of Record Class
org.tquadrat.foundation.i18n.ap.TextEntry
-
Uses of TextEntry in org.tquadrat.foundation.i18n.ap
Fields in org.tquadrat.foundation.i18n.ap with type parameters of type TextEntryMethod parameters in org.tquadrat.foundation.i18n.ap with type arguments of type TextEntryModifier and TypeMethodDescriptionprivate final void
TextCollector.addTextEntry
(Map<Locale, SortedMap<String, TextEntry>> texts, Element element, String key, String description, String className, boolean isMessage, Translation[] translations) Adds the text entries to the texts map.private final void
I18nAnnotationProcessor.generateResourceBundle
(Optional<String> textFileLocation, Map<Locale, SortedMap<String, TextEntry>> texts, Element... elements) Generates the resource bundles from the given texts.private final void
I18nAnnotationProcessor.parseTextsFile
(Map<Locale, SortedMap<String, TextEntry>> texts, InputSource inputSource) Parses a texts XML file.private final void
TextCollector.processTextAnnotation
(Map<Locale, SortedMap<String, TextEntry>> texts, Element element, Text annotation, String className) Processes a text annotation.final Void
TextCollector.visitExecutable
(ExecutableElement element, Map<Locale, SortedMap<String, TextEntry>> texts) final Void
TextCollector.visitVariable
(VariableElement element, Map<Locale, SortedMap<String, TextEntry>> texts) private final void
I18nAnnotationProcessor.writeResourceBundleFile
(Collection<TextEntry> data, Writer writer) Write the resource bundle properties to the givenWriter
.Constructor parameters in org.tquadrat.foundation.i18n.ap with type arguments of type TextEntry