webtester.packages.config
Class configWriter

java.lang.Object
  |
  +--webtester.packages.config.configWriter

public class configWriter
extends java.lang.Object

Using the configuration classes, this class rewrites the specified configuration file.

Author:
Aaron DeLong

Field Summary
private  treeParser tree
          Used to extract configuration values from the tree.
 
Constructor Summary
configWriter(treeParser parser)
          Constructor which takes an instance of the treeParser class as an argument.
 
Method Summary
 void writeConfigFile()
          Writes the configuration file using information from the configuration classes.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tree

private treeParser tree
Used to extract configuration values from the tree.

Constructor Detail

configWriter

public configWriter(treeParser parser)
Constructor which takes an instance of the treeParser class as an argument.

Parameters:
parser - an instance of the treeParser class
Method Detail

writeConfigFile

public void writeConfigFile()
Writes the configuration file using information from the configuration classes.