com.github.croesch.micro_debug.i18n
Class TextProperties
java.lang.Object
java.util.Dictionary<K,V>
java.util.Hashtable<Object,Object>
java.util.Properties
com.github.croesch.micro_debug.i18n.TextProperties
- All Implemented Interfaces:
- Serializable, Cloneable, Map<Object,Object>
public class TextProperties
- extends Properties
Properties that are filled with the properties fetched from the lang/testX.xml files, where X is defined by the
attributes of the Locale.
- Since:
- Date: Jan 25, 2012
- Author:
- croesch
- See Also:
- Serialized Form
|
Constructor Summary |
TextProperties(Locale loc)
Properties that are filled with the properties fetched from the lang/testX.xml files, where X is defined by the
attributes of the Locale. |
| Methods inherited from class java.util.Properties |
getProperty, getProperty, list, list, load, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNames |
| Methods inherited from class java.util.Hashtable |
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values |
TextProperties
public TextProperties(Locale loc)
- Properties that are filled with the properties fetched from the lang/testX.xml files, where X is defined by the
attributes of the
Locale.
- Parameters:
loc - the Locale to fetch the language, country and variant from- Since:
- Date: Jan 25, 2012
Copyright © 2012. All Rights Reserved.