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

Quick Search    Search Deep

org.jabbee.util
Class ConfigWriter  view ConfigWriter download ConfigWriter.java

java.lang.Object
  extended byjava.lang.Thread
      extended byorg.jabbee.util.ConfigHandler
          extended byorg.jabbee.util.ConfigWriter
All Implemented Interfaces:
java.lang.Runnable

public final class ConfigWriter
extends ConfigHandler

Obtains information from the panels and writes out the values to the jabber configuration file.

Version:
0.02

Nested Class Summary
 
Nested classes inherited from class java.lang.Thread
java.lang.Thread.UncaughtExceptionHandler
 
Field Summary
private  org.w3c.dom.Document configDoc
           
private  java.io.File configFile
           
private  org.jabbee.Jabbee parent
           
 
Fields inherited from class org.jabbee.util.ConfigHandler
components, connections, filesystem, filters, general, inputOutput, logging, security, services
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
ConfigWriter(org.w3c.dom.Document d, java.io.File f)
          Creates a new instance of ConfigWriter
 
Method Summary
 void run()
          The method of Thread that will be run if there is no Runnable object associated with the Thread.
 void setParent(org.jabbee.Jabbee j)
           
private  void writeOutPanelData()
           
 
Methods inherited from class org.jabbee.util.ConfigHandler
getAttributeValue, getChildTextValue, getChildValues, getChildValues, setComponentsPanel, setConnectionsPanel, setFilesystemPanel, setFiltersPanel, setGeneralPanel, setInputOutputPanel, setLoggingPanel, setSecurityPanel, setServicePanel, simulateXPathForAttribute, simulateXPathForValue, simulateXPathGetAttributeNode, simulateXPathGetNode, simulateXPathPathExists
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

configDoc

private org.w3c.dom.Document configDoc

configFile

private java.io.File configFile

parent

private org.jabbee.Jabbee parent
Constructor Detail

ConfigWriter

public ConfigWriter(org.w3c.dom.Document d,
                    java.io.File f)
Creates a new instance of ConfigWriter

Method Detail

run

public void run()
Description copied from class: java.lang.Thread
The method of Thread that will be run if there is no Runnable object associated with the Thread. Thread's implementation does nothing at all.


writeOutPanelData

private void writeOutPanelData()

setParent

public void setParent(org.jabbee.Jabbee j)