org.eclipse.higgins.sts.utilities
Class PropertyHelper
java.lang.Object
org.eclipse.higgins.sts.utilities.PropertyHelper
- public class PropertyHelper
- extends Object
Class to help read property values
- Author:
- mikemci at us dot ibm dot com
PropertyHelper
public PropertyHelper(String propertiesFile)
- Constructor for the class
- Parameters:
propertiesFile - the name of the properties file
getProperty
public String getProperty(String key)
- Provides access to a specific property value
- Parameters:
key - the key associated with the value
- Returns:
- the value associated with the key (or null if none)