class PropertiesFileTask extends FileTask
Modifier and Type | Field and Description |
---|---|
(package private) java.util.Locale |
locale |
className, cppClassName, fileName, include, outputCpp, outputJava
Constructor and Description |
---|
PropertiesFileTask(ResourceGenTask.Include include,
java.lang.String fileName) |
Modifier and Type | Method and Description |
---|---|
(package private) void |
process(ResourceGen generator)
Given an existing properties file such as
happy/Birthday_fr_FR.properties , generates the
corresponding Java class happy.Birthday_fr_FR.java. |
checkUpToDate, configureCommentStyle, generateJava, getDestDirectory, getFile, getFileForComments, getResourceDirectory, getSrcDirectory, makeParentDirs
PropertiesFileTask(ResourceGenTask.Include include, java.lang.String fileName)
void process(ResourceGen generator) throws java.io.IOException
happy/Birthday_fr_FR.properties
, generates the
corresponding Java class happy.Birthday_fr_FR.java.
todo: Validate.