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, stringPropertyNamespublic final int hashCode()
public final boolean equals(Object o)
public String getProperty(String key)
getProperty in class Propertiespublic String getProperty(String key, String defaultValue)
getProperty in class Propertiespublic Object setProperty(String key, String value)
setProperty in class Propertiespublic static void makeSystemPropertiesWriteOnce()
public static void main(String[] args)
Copyright © 2003–2015. All rights reserved.