jocundmail
Class Settings
java.lang.Object
jocundmail.Settings
- All Implemented Interfaces:
- DocHandler
public class Settings
- extends java.lang.Object
- implements DocHandler
Settings is the class responsible for corraling the Setting's. It handles File I/O and
loading of the Setting's objects.
- Version:
- 0.0.3
- Author:
- J.J. Sestrich
- Goals:
| 0.4.0 | Basic useability | |
| 1.0.0 | First release version - More specifics to come later | |
- Todo:
- Progress:
|
Constructor Summary |
Settings(java.lang.String filename,
java.lang.Object rt)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Settings
public Settings(java.lang.String filename,
java.lang.Object rt)
text
public void text(java.lang.String s)
- Specified by:
text in interface DocHandler
startElement
public void startElement(java.lang.String name,
java.util.Hashtable h)
- Specified by:
startElement in interface DocHandler
endElement
public void endElement(java.lang.String name)
- Specified by:
endElement in interface DocHandler
startDocument
public void startDocument()
- Specified by:
startDocument in interface DocHandler
endDocument
public void endDocument()
- Specified by:
endDocument in interface DocHandler