mx4j.persist
public class FilePersister extends Persister
Version: $Revision: 1.10 $
Constructor Summary | |
---|---|
FilePersister(String location, String name)
Creates a new FilePersister.
|
Method Summary | |
---|---|
String | getFileName()
Returns the path where the information is stored. |
Object | load() |
void | store(Object data) |
Parameters: location the directory where the file will be written (must already exist); if null the name is used as a location name the file name used to store information