All Packages Class Hierarchy This Package Previous Next Index
Class tea.util.PropertiesManager
java.lang.Object
|
+----tea.util.PropertiesManager
- public class PropertiesManager
- extends Object
This class implements a PropertiesManager, that is an object that
manages a Properties File. It's passed as an argument to the
PropertiesOwners that share the same Properties File.
- Version:
- 1.0 beta - 31 May 1997
- Author:
- Leonardo Boselli
- See Also:
- PropertiesOwner
-
PropertiesManager()
-
-
getProperties()
- Gets the Properties object associated.
-
load(String)
- Loads the specified Properties File.
-
save()
- Saves the Properties File.
PropertiesManager
public PropertiesManager()
getProperties
public Properties getProperties()
- Gets the Properties object associated.
return the Properties.
load
public void load(String fileName)
- Loads the specified Properties File.
- Parameters:
- fileName - tha name of the File to be loaded.
save
public void save()
- Saves the Properties File.
All Packages Class Hierarchy This Package Previous Next Index