net.sf.zekr.common.runtime
Class RuntimeConfig

java.lang.Object
  extended by net.sf.zekr.common.runtime.RuntimeConfig

Deprecated. use ApplicationConfig instead. This class will be deleted before final 0.7.0 release.

public class RuntimeConfig
extends java.lang.Object

A java bean class intended to hold runtime configurations (those which can be changed at runtime). An instance of this class can be accessed through ApplicationConfig.

The philosophy of existence of this file is that retrieving application configurations from ApplicationConfig is a time consuming job since it loads the configuration from a heavyweight DOM (level 2) XML object in the memory.

Author:
Mohsen Saboorian

Constructor Summary
RuntimeConfig()
          Deprecated.  
 
Method Summary
 java.lang.String getLanguage()
          Deprecated.  
 java.lang.String getTextLayout()
          Deprecated.  
 void setLanguage(java.lang.String language)
          Deprecated.  
 void setTextLayout(java.lang.String textLayout)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RuntimeConfig

public RuntimeConfig()
Deprecated. 
Method Detail

getLanguage

public java.lang.String getLanguage()
Deprecated. 
Returns:
Returns the language.

setLanguage

public void setLanguage(java.lang.String language)
Deprecated. 
Parameters:
language - The language to set.

getTextLayout

public java.lang.String getTextLayout()
Deprecated. 
Returns:
Returns the textLayout.

setTextLayout

public void setTextLayout(java.lang.String textLayout)
Deprecated. 
Parameters:
textLayout - The textLayout to set.