Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.robrohan.treebeard
Class Settings  view Settings download Settings.java

java.lang.Object
  extended bycom.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


Field Summary
 java.lang.String DOMFactory
          The DOM factory to use
 java.lang.String SAXFactory
          The SAX factory to use
 java.lang.String XSLTFactory
          The xslt Factory to use
 
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
 

Field Detail

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

Constructor Detail

Settings

public Settings()
Creates a new instance of Settings