Class I18nKeysFileModel
- java.lang.Object
-
- org.nuiton.jaxx.compiler.finalizers.I18nKeysFileModel
-
public class I18nKeysFileModel extends Object
FIXME Move this in I18n project Created on 08/10/2020.- Since:
- 3.0
- Author:
- Tony Chemit - dev@tchemit.fr
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description FilegenerateI18nJavaFile(Path targetRoot)PathgetJavaFile(Path targetRoot)StringgetJavaFileContent()Set<String>getKeys()static I18nKeysFileModelof(ClassLoader classLoader, String fqn, boolean verbose)
-
-
-
Method Detail
-
of
public static I18nKeysFileModel of(ClassLoader classLoader, String fqn, boolean verbose)
-
getJavaFileContent
public String getJavaFileContent()
-
generateI18nJavaFile
public File generateI18nJavaFile(Path targetRoot) throws IOException
- Throws:
IOException
-
-