| Klasse java.util.Properties | 1.0 |
java.lang.Object
|
+--java.util.Dictionary
|
+--java.util.Hashtable
|
+--java.util.Properties
| Datenelemente | |
|---|---|
| protected Properties | defaults |
| Konstruktoren | |
|---|---|
| public | Properties() |
| public | Properties(Properties defaults) |
| Methoden | |
|---|---|
| public String | getProperty(String key) |
| public String | getProperty(String key, String defaultValue) |
| public void | list(PrintWriter out) ![]() |
| public void | list(PrintStream out) |
| public synchronized void | load(InputStream in) |
| public Enumeration | propertyNames() |
| public synchronized void | save(OutputStream out, String header)
Verworfen in Version 1.2. Ersetzt durch store(java.io.OutputStream,java.lang.String). |
| public String | setProperty(String key, String value) ![]() |
| public synchronized void | store(OutputStream out, String header) |
![[1.1]](../../images/marg11.gif)
![[1.2]](../../images/marg12.gif)