public class PropertiesFormat extends java.lang.Object implements MessageCatalogFormat
\\uXXXX
escapes.Constructor and Description |
---|
PropertiesFormat() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getExtension()
Returns the extension to use for this file type, including the dot.
|
void |
write(TreeLogger logger,
java.lang.String locale,
com.google.gwt.i18n.rebind.AbstractResource.ResourceList resourceList,
java.io.PrintWriter out,
JClassType messageInterface)
Write a message catalog file.
|
public java.lang.String getExtension()
MessageCatalogFormat
getExtension
in interface MessageCatalogFormat
public void write(TreeLogger logger, java.lang.String locale, com.google.gwt.i18n.rebind.AbstractResource.ResourceList resourceList, java.io.PrintWriter out, JClassType messageInterface)
MessageCatalogFormat
write
in interface MessageCatalogFormat
logger
- TreeLogger for logging errors/etclocale
- locale of this output fileresourceList
- the contents to writeout
- the PrintWriter to generate output onmessageInterface
- the interface to create (so additional
annotations may be accessed)