Uses of Class
com.github.robtimus.maven.plugins.i18n.I18N.Node
-
-
Uses of I18N.Node in com.github.robtimus.maven.plugins.i18n
Fields in com.github.robtimus.maven.plugins.i18n with type parameters of type I18N.Node Modifier and Type Field Description private java.util.Map<java.lang.String,I18N.Node>I18N.Node. childrenMethods in com.github.robtimus.maven.plugins.i18n that return I18N.Node Modifier and Type Method Description (package private) I18N.NodeI18N.Parser. parse(java.util.Map<java.lang.String,java.lang.String> properties)private I18N.NodeGenerateMojo. readI18N()Methods in com.github.robtimus.maven.plugins.i18n that return types with arguments of type I18N.Node Modifier and Type Method Description java.util.Collection<I18N.Node>I18N.Node. children()Methods in com.github.robtimus.maven.plugins.i18n with parameters of type I18N.Node Modifier and Type Method Description (package private) voidI18N.Node. addChild(I18N.Node child)private java.lang.StringI18N.FTLHelper. className(I18N.Node node)java.lang.StringI18N.FTLHelper. className(I18N.Node node, java.util.Collection<java.lang.String> classNames)java.lang.StringI18N.FTLHelper. varName(I18N.Node node)(package private) voidI18N.Writer. write(I18N.Node i18n, java.lang.String bundleName, java.lang.String i18nClassName, java.io.File outputDir)Method parameters in com.github.robtimus.maven.plugins.i18n with type arguments of type I18N.Node Modifier and Type Method Description private voidI18N.Parser. addNodeIfNotExists(java.lang.String path, java.util.Map<java.lang.String,I18N.Node> nodes, boolean isLeaf, java.lang.String value)
-