class PropertiesFileTask extends FileTask
Modifier and Type | Field and Description |
---|---|
(package private) Locale |
locale |
className, cppClassName, fileName, include, outputCpp, outputJava
Constructor and Description |
---|
PropertiesFileTask(ResourceGenTask.Include include,
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, String fileName)
void process(ResourceGen generator) throws IOException
happy/Birthday_fr_FR.properties
, generates the
corresponding Java class happy.Birthday_fr_FR.java.
todo: Validate.
process
in class FileTask
IOException