public class PropertyFileReader extends Object
| Constructor and Description |
|---|
PropertyFileReader() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getProperty(String fileName,
String key)
This method is used to get the property for a particular key.
|
static String |
getProperty(String fileName,
String key,
String defaultValue)
This method is used to get the property for a particular key based on properties file.
|
public static String getProperty(String fileName, String key) throws IOException
key - StringIOExceptionpublic static String getProperty(String fileName, String key, String defaultValue) throws IOException
key - StringIOExceptionCopyright © 2013 The Kuali Foundation. All Rights Reserved.