Interface | Description |
---|---|
NameConverter |
Converts arbitrary strings into Java identifiers.
|
Class | Description |
---|---|
NameConverter.Standard |
Default implementation of
NameConverter . |
NameUtil |
Methods that convert strings into various formats.
|
ResourceGenTask |
Generate source files from resource bundles,
so that code can refer to resources as methods,
instead of hard-coding string constants, which is
much harder to search.
|
ResourceGenTask.LicenseCodeWriter |
Writes all the source files under the specified file folder and
inserts a license file each java source file.
|