public static class PropertiesReader.VersionedProperties extends Properties
Properties
along with the version number.Modifier and Type | Field and Description |
---|---|
int |
version
Version of the corresponding properties.
|
defaults
Constructor and Description |
---|
VersionedProperties(int version,
Properties props) |
getProperty, getProperty, list, list, load, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNames
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
public VersionedProperties(int version, Properties props)
Copyright © 2018. All rights reserved.