All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.lgeds.jdf.GeneralConfiguration

java.lang.Object
   |
   +----com.lgeds.jdf.GeneralConfiguration

public abstract class GeneralConfiguration
extends Object
implements Config
Author:
WonYoung Lee, wyounglee@lgeds.lg.co.kr.

Variable Index

 o lastModified
 o lock
 o props

Constructor Index

 o GeneralConfiguration()

Method Index

 o get(String)
 o getBoolean(String)
 o getInt(String)
 o getProperties()
 o getString(String)
 o lastModified()

Variables

 o lock
 protected static Object lock
 o props
 protected static Properties props
 o lastModified
 protected static long lastModified

Constructors

 o GeneralConfiguration
 public GeneralConfiguration() throws ConfigurationException

Methods

 o get
 public synchronized String get(String key)
Parameters:
key - java.lang.String
Returns:
java.lang.String
 o getBoolean
 public synchronized boolean getBoolean(String key)
Parameters:
key - java.lang.String
Returns:
boolean
 o getInt
 public synchronized int getInt(String key)
Parameters:
key - java.lang.String
Returns:
int
 o getProperties
 public synchronized Properties getProperties()
Returns:
java.util.Properties
 o getString
 public synchronized String getString(String key)
Parameters:
key - java.lang.String
Returns:
java.lang.String
 o lastModified
 public synchronized long lastModified()
Returns:
last modification time.

All Packages  Class Hierarchy  This Package  Previous  Next  Index