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.
-
lastModified
-
-
lock
-
-
props
-
-
GeneralConfiguration()
-
-
get(String)
-
-
getBoolean(String)
-
-
getInt(String)
-
-
getProperties()
-
-
getString(String)
-
-
lastModified()
-
lock
protected static Object lock
props
protected static Properties props
lastModified
protected static long lastModified
GeneralConfiguration
public GeneralConfiguration() throws ConfigurationException
get
public synchronized String get(String key)
- Parameters:
- key - java.lang.String
- Returns:
- java.lang.String
getBoolean
public synchronized boolean getBoolean(String key)
- Parameters:
- key - java.lang.String
- Returns:
- boolean
getInt
public synchronized int getInt(String key)
- Parameters:
- key - java.lang.String
- Returns:
- int
getProperties
public synchronized Properties getProperties()
- Returns:
- java.util.Properties
getString
public synchronized String getString(String key)
- Parameters:
- key - java.lang.String
- Returns:
- java.lang.String
lastModified
public synchronized long lastModified()
- Returns:
- last modification time.
All Packages Class Hierarchy This Package Previous Next Index