p3j.gui.misc
Class P3JConfigFile

java.lang.Object
  extended by james.gui.application.preferences.config.ConfFile
      extended by p3j.gui.misc.P3JConfigFile

public class P3JConfigFile
extends james.gui.application.preferences.config.ConfFile

Main P3J configuration file.

Author:
Christina Bohk, Roland Ewald

Field Summary
 
Fields inherited from class james.gui.application.preferences.config.ConfFile
values
 
Constructor Summary
P3JConfigFile()
           
 
Method Summary
 james.core.data.DBConnectionData getDBConnectionData()
          Gets the dB connection data as defined in the configuration.
 void setDefaults()
           
 
Methods inherited from class james.gui.application.preferences.config.ConfFile
add, deleteFile, deleteFile, get, getFileName, getProperty, getValues, put, readFile, readFile, setFileName, setValues, writeFile, writeFile, writeFile, writeFile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

P3JConfigFile

public P3JConfigFile()
Method Detail

setDefaults

public void setDefaults()
Specified by:
setDefaults in class james.gui.application.preferences.config.ConfFile

getDBConnectionData

public james.core.data.DBConnectionData getDBConnectionData()
Gets the dB connection data as defined in the configuration.

Returns:
the database connection data


Copyright © 2012. All Rights Reserved.