Class ConfigurationImpl.InsertionOrderedProperties
java.lang.Object
java.util.Dictionary<K,V>
java.util.Hashtable<Object,Object>
java.util.Properties
org.apache.activemq.artemis.core.config.impl.ConfigurationImpl.InsertionOrderedProperties
- All Implemented Interfaces:
Serializable,Cloneable,Map<Object,Object>
- Enclosing class:
- ConfigurationImpl
- See Also:
-
Field Summary
Fields inherited from class java.util.Properties
defaults -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()entrySet()longbooleanloadJson(ConfigurationImpl configuration, InputStream inputStream) booleanloadJson(ConfigurationImpl configuration, Reader reader) voidsetFileChecksum(long value) Methods inherited from class java.util.Properties
clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, 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
-
InsertionOrderedProperties
public InsertionOrderedProperties()
-
-
Method Details
-
put
-
entrySet
-
clear
public void clear() -
loadJson
public boolean loadJson(ConfigurationImpl configuration, InputStream inputStream) throws IOException - Throws:
IOException
-
loadJson
- Throws:
IOException
-
setFileChecksum
public void setFileChecksum(long value) -
getFileChecksum
public long getFileChecksum()
-