java.lang.Object
com.robrohan.treebeard.Settings
- All Implemented Interfaces:
- java.io.Serializable
- public class Settings
- extends java.lang.Object
- implements java.io.Serializable
this is the settings object (holds all the settings). It is passed around so
things only need to be set here
|
Constructor Summary |
Settings()
Creates a new instance of Settings |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DOMFactory
public java.lang.String DOMFactory
- The DOM factory to use
SAXFactory
public java.lang.String SAXFactory
- The SAX factory to use
XSLTFactory
public java.lang.String XSLTFactory
- The xslt Factory to use
Settings
public Settings()
- Creates a new instance of Settings