Class I18N
- java.lang.Object
-
- com.github.robtimus.maven.plugins.i18n.I18N
-
final class I18N extends java.lang.ObjectA wrapper class for I18N content and all related classes. This allows classesI18N.NodeandI18N.FTLHelperto be included in FreeMarker, which only supports methods and properties of public classes, while still keeping them package private.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceI18N.ArgumentTypesFinderstatic classI18N.FTLHelperstatic classI18N.Node(package private) static classI18N.Parser(package private) static classI18N.Writer
-
Constructor Summary
Constructors Modifier Constructor Description privateI18N()
-