Package edu.umd.cs.findbugs.util
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 long
Fields inherited from class java.util.Properties
defaults
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static void
final boolean
getProperty
(String key) getProperty
(String key, String defaultValue) final int
hashCode()
static void
static void
setProperty
(String key, String value) Methods inherited from class java.util.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
public final int hashCode() -
equals
-
getProperty
- Overrides:
getProperty
in classProperties
-
getProperty
- Overrides:
getProperty
in classProperties
-
setProperty
- Overrides:
setProperty
in classProperties
-
makeSystemPropertiesWriteOnce
public static void makeSystemPropertiesWriteOnce() -
main
-
dumpProperties
private static void dumpProperties()
-