Goals

jocundmail
Class SettingsFile

java.lang.Object
  extended by jocundmail.SettingsFile

Deprecated. 0.4.0 Replaced by Settings/Setting

public class SettingsFile
extends java.lang.Object

SettingsFile will reads/writes settings to a settings file

Version:
0.3.0
Author:
J.J. Sestrich
Goals:
0.4.0 deprecatedDONE!
Todo:
Progress:
5/27/07 deprecated

Constructor Summary
SettingsFile(java.lang.String filename)
          Deprecated. You should note that the file must exist before opening.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SettingsFile

public SettingsFile(java.lang.String filename)
             throws java.io.FileNotFoundException
Deprecated. 
You should note that the file must exist before opening. This is to make sure that you think about what is in the settings file before you try to read it.

Parameters:
filename - The settings file to be loaded.
Throws:
java.io.FileNotFoundException - If the settings file does not exist yet.

SourceForge.net Logo