org.eclipse.higgins.sts.utilities
Class PropertyHelper

java.lang.Object
  extended by org.eclipse.higgins.sts.utilities.PropertyHelper

public class PropertyHelper
extends java.lang.Object

Class to help read property values

Author:
mikemci@us.ibm.com

Constructor Summary
PropertyHelper(java.lang.String propertiesFile)
          Constructor for the class
 
Method Summary
 java.lang.String getProperty(java.lang.String key)
          Provides access to a specific property value
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyHelper

public PropertyHelper(java.lang.String propertiesFile)
Constructor for the class

Parameters:
propertiesFile - the name of the properties file
Method Detail

getProperty

public java.lang.String getProperty(java.lang.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)