Package org.summerboot.jexpress.util
Class PropertiesFile
- All Implemented Interfaces:
Serializable,Cloneable,Map<Object,Object>
- Author:
- Changski Tie Zheng Zhang 张铁铮, 魏泽北, 杜旺财, 杜富贵
- See Also:
-
Nested Class Summary
-
Field Summary
Fields inherited from class java.util.Properties
defaults -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.Properties
clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, getProperty, getProperty, hashCode, isEmpty, keys, keySet, list, list, load, load, loadFromXML, merge, propertyNames, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, save, setProperty, size, store, store, storeToXML, storeToXML, storeToXML, stringPropertyNames, toString, values
-
Constructor Details
-
PropertiesFile
public PropertiesFile()
-
-
Method Details
-
keyList
-
load
public List<org.apache.commons.lang3.tuple.ImmutablePair<String,String>> load(File propertiesFile) throws IOException - Throws:
IOException
-
put
-
clear
public void clear()
-