Class Properties
java.lang.Object
java.util.Dictionary
java.util.Hashtable
java.util.Properties
- All Implemented Interfaces:
Serializable, Cloneable, Map
- Direct Known Subclasses:
Provider
- See Also:
-
Nested Class Summary
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetProperty(String var0) getProperty(String var0, String var1) voidlist(PrintStream var0) voidlist(PrintWriter var0) voidload(InputStream var0) voidsave(OutputStream var0, String var1) setProperty(String var0, String var1) voidstore(OutputStream var0, String var1)
-
Field Details
-
defaults
-
-
Constructor Details
-
Properties
public Properties() -
Properties
-
-
Method Details
-
getProperty
-
getProperty
-
list
-
list
-
load
- Throws:
IOException
-
propertyNames
-
save
-
setProperty
-
store
- Throws:
IOException
-