public class WriteOnceProperties extends Properties
defaults
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getProperty(String key) |
String |
getProperty(String key,
String defaultValue) |
int |
hashCode() |
static void |
main(String[] args) |
static void |
makeSystemPropertiesWriteOnce() |
Object |
setProperty(String key,
String value) |
list, list, load, load, loadFromXML, propertyNames, save, store, store, storeToXML, storeToXML, stringPropertyNames
public final int hashCode()
public final boolean equals(Object o)
public String getProperty(String key)
getProperty
in class Properties
public String getProperty(String key, String defaultValue)
getProperty
in class Properties
public Object setProperty(String key, String value)
setProperty
in class Properties
public static void makeSystemPropertiesWriteOnce()
public static void main(String[] args)
Copyright © 2003–2015. All rights reserved.