Class WriteOnceProperties
java.lang.Object
java.util.Dictionary<Object,Object>
java.util.Hashtable<Object,Object>
java.util.Properties
edu.umd.cs.findbugs.util.WriteOnceProperties
- All Implemented Interfaces:
Serializable, Cloneable, Map<Object,Object>
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static class -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Map<String, WriteOnceProperties.PropertyReadAt> private static final longFields inherited from class Properties
defaults -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static voidfinal booleangetProperty(String key) getProperty(String key, String defaultValue) final inthashCode()static voidstatic voidsetProperty(String key, String value) Methods inherited from class Properties
clear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, forEach, get, getOrDefault, isEmpty, keys, keySet, list, list, load, load, loadFromXML, merge, propertyNames, put, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, save, size, store, store, storeToXML, storeToXML, storeToXML, stringPropertyNames, toString, values
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
propertReadAt
-
-
Constructor Details
-
WriteOnceProperties
-
-
Method Details
-
hashCode
-
equals
-
getProperty
- Overrides:
getPropertyin classProperties
-
getProperty
- Overrides:
getPropertyin classProperties
-
setProperty
- Overrides:
setPropertyin classProperties
-
makeSystemPropertiesWriteOnce
public static void makeSystemPropertiesWriteOnce() -
main
-
dumpProperties
private static void dumpProperties()
-