com.retek.commons.gui.core
Class ConfigurationManager

java.lang.Object
  extended bycom.retek.commons.gui.core.ConfigurationManager

public class ConfigurationManager
extends java.lang.Object

This class handles the configuration of the Rcom client application.

Retek Inc. Copyright (c) 2002


Field Summary
static RPropertyBundle CONFIGURATION
           
static java.lang.String HELP_FILE
           
 
Constructor Summary
ConfigurationManager()
          Returns new ConfigurationManager object.
 
Method Summary
 void configure(java.lang.String filename)
          Configures the application.
 void configure(java.lang.String filename, boolean initLookAndFeel)
          Configures the application.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONFIGURATION

public static RPropertyBundle CONFIGURATION

HELP_FILE

public static final java.lang.String HELP_FILE
Constructor Detail

ConfigurationManager

public ConfigurationManager()
Returns new ConfigurationManager object.

Method Detail

configure

public void configure(java.lang.String filename)
Configures the application. Fatal errors will terminate the client startup process. Non-fatal errors will log themselves to the log file.

Parameters:
filename - The filename of the system configuration file.

configure

public void configure(java.lang.String filename,
                      boolean initLookAndFeel)
Configures the application. Fatal errors will terminate the client startup process. Non-fatal errors will log themselves to the log file.

Parameters:
filename - The filename of the system configuration file.


Copyright © 2005 Retek Inc. All Rights Reserved. - Generated at Fri, 01/21/2005 14:25