| Package | Description |
|---|---|
| net.jhorstmann.i18n.tools | |
| net.jhorstmann.i18n.tools.xgettext |
| Modifier and Type | Method and Description |
|---|---|
static MessageBundle |
MessageBundle.loadCatalog(File file) |
static MessageBundle |
MessageBundle.loadProperties(File file,
String basename,
String locale) |
static MessageBundle |
MessageBundle.loadProperties(InputStream in) |
static MessageBundle |
MessageBundle.loadProperties(Reader reader) |
static MessageBundle |
MoParser.parseMessages(File file) |
static MessageBundle |
MoParser.parseMessages(InputStream in) |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
ResourceBundleCompiler.compile(MessageBundle bundle,
String className) |
static byte[] |
ResourceBundleCompiler.compile(MessageBundle bundle,
String parentClassName,
String className) |
static void |
ResourceBundleCompiler.compileFile(MessageBundle bundle,
String className,
File dir) |
static void |
ResourceBundleCompiler.compileFile(MessageBundle bundle,
String parentClassName,
String className,
File dir) |
static void |
MoWriter.writeMessages(File file,
MessageBundle bundle) |
static void |
MoWriter.writeMessages(OutputStream os,
MessageBundle bundle) |
| Constructor and Description |
|---|
AbstractExtractorHandler(XMLReader xmlreader,
MessageBundle bundle) |
AbstractExtractorHandler(XMLReader xmlreader,
MessageBundle bundle,
File rootDir,
boolean relativizePaths,
boolean srcRefPaths) |
Copyright © 2015. All rights reserved.