jrunx.connectorinstaller
Class PropertyFileEditor
java.lang.Object
|
+--jrunx.connectorinstaller.PropertyFileEditor
- public final class PropertyFileEditor
- extends java.lang.Object
This class contains the "database" for the web server connector configurations.
Note: this class does not lock the properties file to prevent more than one reader/writer at a time.
todo: use timestamp detection - if file changed since read, either notify user or reload
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyFileEditor
public PropertyFileEditor()
throws java.io.IOException,
ConnectorInstallerException
writePropertyFile
public void writePropertyFile()
throws java.io.IOException
resetEnumerator
public void resetEnumerator()
nextEntry
public WebServerInfo nextEntry()
updateEntry
public void updateEntry(java.lang.String key,
WebServerInfo wsInfo,
CIJndi jrunInfo)
throws ConnectorInstallerException
removeEntry
public void removeEntry(java.lang.String key)
findEntry
public WebServerInfo findEntry(WebServerInfo wsInfo)
Copyright � 2002 Macromedia Corporation. All Rights Reserved.