Package com.ch.utils
Class PropertyReader
- java.lang.Object
-
- com.ch.utils.PropertyReader
-
- Direct Known Subclasses:
PropertyCache
public class PropertyReader extends Object
- Author:
- ravindra
-
-
Field Summary
Fields Modifier and Type Field Description protected static Propertiesproperties
-
Constructor Summary
Constructors Constructor Description PropertyReader()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PropertiesgetAllProperties()static PropertyCachegetInstance(String chConfigFile)
-
-
-
Field Detail
-
properties
protected static Properties properties
-
-
Method Detail
-
getInstance
public static PropertyCache getInstance(String chConfigFile) throws com.ch.service.exception.ServiceException
- Throws:
com.ch.service.exception.ServiceException
-
getAllProperties
public static Properties getAllProperties()
-
-