Package com.intellij.util.properties
Class EncodingAwareProperties
- java.lang.Object
-
- java.util.Dictionary<K,V>
-
- java.util.Hashtable<Object,Object>
-
- java.util.Properties
-
- com.intellij.util.properties.EncodingAwareProperties
-
- All Implemented Interfaces:
Serializable
,Cloneable
,Map<Object,Object>
public class EncodingAwareProperties extends Properties
- Author:
- MYakovlev Date: Oct 29, 2002 Time: 8:47:43 PM
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.Properties
defaults
-
-
Constructor Summary
Constructors Constructor Description EncodingAwareProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
load(File file, String encoding)
-
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, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keys, keySet, merge, put, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, size, toString, values
-
-
-
-
Method Detail
-
load
public void load(File file, String encoding) throws IOException
- Throws:
IOException
-
-