public class PoFile
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected static java.util.regex.Pattern |
pattern |
protected java.util.LinkedHashMap<java.lang.String,java.lang.String> |
translations |
| Constructor and Description |
|---|
PoFile() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addEntry(pt.lsts.neptus.i18n.PoFile.PoEntry entry) |
protected java.lang.String |
getTranslation(java.lang.String key) |
protected void |
load(java.io.File location) |
static void |
main(java.lang.String[] args) |
protected static java.util.regex.Pattern pattern
protected java.util.LinkedHashMap<java.lang.String,java.lang.String> translations
protected java.lang.String getTranslation(java.lang.String key)
protected void addEntry(pt.lsts.neptus.i18n.PoFile.PoEntry entry)
protected void load(java.io.File location)
throws java.io.IOException
java.io.IOExceptionpublic static void main(java.lang.String[] args)
throws java.lang.Exception
java.lang.ExceptionCopyright © 2004-2020 FEUP-LSTS and Neptus developers. All Rights Reserved.