
public class PropertiesFormat extends Object implements MessageCatalogFormat
\\uXXXX
escapes.| Constructor and Description |
|---|
PropertiesFormat() |
| Modifier and Type | Method and Description |
|---|---|
String |
getExtension()
Returns the extension to use for this file type, including the dot.
|
void |
write(com.google.gwt.core.ext.TreeLogger logger,
String locale,
AbstractResource.ResourceList resourceList,
PrintWriter out,
com.google.gwt.core.ext.typeinfo.JClassType messageInterface)
Write a message catalog file.
|
public String getExtension()
MessageCatalogFormatgetExtension in interface MessageCatalogFormatpublic void write(com.google.gwt.core.ext.TreeLogger logger,
String locale,
AbstractResource.ResourceList resourceList,
PrintWriter out,
com.google.gwt.core.ext.typeinfo.JClassType messageInterface)
MessageCatalogFormatwrite in interface MessageCatalogFormatlogger - 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)Copyright © 2016. All rights reserved.