public abstract class TranslationFile
extends java.lang.Object
Constructor and Description |
---|
TranslationFile()
|
Modifier and Type | Method and Description |
---|---|
abstract void |
add(java.lang.String key,
java.lang.String value)
Add a value
|
abstract TranslationLanguage
|
getLanguage()
A method used to get the language of the file
|
abstract TranslationFile
|
read()
Read from the file
|
abstract void |
saveFile()
Save the file
|
public abstract TranslationLanguage getLanguage()
public abstract void saveFile()
public abstract TranslationFile read()
public abstract void add(java.lang.String key, java.lang.String value)
key
- namevalue
- value