Goals

jocundmail
Class Settings

java.lang.Object
  extended by 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:
(5/30/07) None

Constructor Summary
Settings(java.lang.String filename, java.lang.Object rt)
           
 
Method Summary
 void endDocument()
           
 void endElement(java.lang.String name)
           
 void startDocument()
           
 void startElement(java.lang.String name, java.util.Hashtable h)
           
 void text(java.lang.String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Settings

public Settings(java.lang.String filename,
                java.lang.Object rt)
Method Detail

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

SourceForge.net Logo