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

Constructor Index

 o PropertiesManager()

Method Index

 o getProperties()
Gets the Properties object associated.
 o load(String)
Loads the specified Properties File.
 o save()
Saves the Properties File.

Constructors

 o PropertiesManager
 public PropertiesManager()

Methods

 o getProperties
 public Properties getProperties()
Gets the Properties object associated. return the Properties.

 o load
 public void load(String fileName)
Loads the specified Properties File.

Parameters:
fileName - tha name of the File to be loaded.
 o save
 public void save()
Saves the Properties File.


All Packages  Class Hierarchy  This Package  Previous  Next  Index