- Properties - Class in java.util
-
The Properties
class represents a persistent set of
properties.
- Properties() - Constructor for class java.util.Properties
-
Creates an empty property list with no default values.
- Properties(Properties) - Constructor for class java.util.Properties
-
Creates an empty property list with the specified defaults.
- propertyNames() - Method in class java.util.Properties
-
Returns an enumeration of all the keys in this property list,
including distinct keys in the default property list if a key
of the same name has not already been found from the main
properties list.