DBVIEW
|
Static Public Member Functions | |
static void | init () throws Exception |
static String | get (String in_key) throws Exception |
Static Private Attributes | |
static final String[] | CONF_FILES = { "resources.properties" } |
static Hashtable< String, String > | __conf = new Hashtable<String, String>() |
static Boolean | ininialized = Boolean.FALSE |
This class contains the software's configuration.
static String org.dbview.conf.Conf.get | ( | String | in_key | ) | throws Exception [static] |
This method returns the value of a given property.
in_key | Name of the property to get. |
Exception |
Definition at line 98 of file Conf.java.
Referenced by org.dbview.addons.AddOnCatalog.AddOnCatalog(), and org.dbview.resources.SotfForeignKeyDetectorCatalog.SotfForeignKeyDetectorCatalog().
static void org.dbview.conf.Conf.init | ( | ) | throws Exception [static] |
This method initializes the configuration. This method loads all external configuration files and build the global configuration.
Exception |
Definition at line 60 of file Conf.java.
Referenced by org.dbview.conf.Conf.get().
Hashtable<String, String> org.dbview.conf.Conf.__conf = new Hashtable<String, String>() [static, private] |
This hash table contains the loaded configuration.
Definition at line 48 of file Conf.java.
Referenced by org.dbview.conf.Conf.get(), and org.dbview.conf.Conf.init().
final String [] org.dbview.conf.Conf.CONF_FILES = { "resources.properties" } [static, private] |
This array contains the list of configuration external files to load.
Definition at line 43 of file Conf.java.
Referenced by org.dbview.conf.Conf.init().
Boolean org.dbview.conf.Conf.ininialized = Boolean.FALSE [static, private] |
This flag indicates whether the configuration has been loaded or not.
Definition at line 53 of file Conf.java.
Referenced by org.dbview.conf.Conf.get(), and org.dbview.conf.Conf.init().