DataProcess
Class ToolConfiguration

java.lang.Object
  extended byjava.util.Dictionary
      extended byjava.util.Hashtable
          extended byjava.util.Properties
              extended byDataProcess.ToolConfiguration
All Implemented Interfaces:
java.lang.Cloneable, java.util.Map, java.io.Serializable

public class ToolConfiguration
extends java.util.Properties

Author:
Test Mule To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments
See Also:
Serialized Form

Constructor Summary
ToolConfiguration()
           
 
Method Summary
 java.lang.String GetDataFile()
           
 void ReadFromFile()
           
 void WriteToFile()
           
 
Methods inherited from class java.util.Properties
getProperty, getProperty, list, list, load, propertyNames, save, setProperty, store
 
Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, remove, size, toString, values
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ToolConfiguration

public ToolConfiguration()
Method Detail

ReadFromFile

public void ReadFromFile()

WriteToFile

public void WriteToFile()

GetDataFile

public java.lang.String GetDataFile()