org.eclipse.higgins.sts.utilities
Class PropertyHelper

java.lang.Object
  extended byorg.eclipse.higgins.sts.utilities.PropertyHelper

public class PropertyHelper
extends Object

Class to help read property values

Author:
mikemci at us dot ibm dot com

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

Constructor Detail

PropertyHelper

public PropertyHelper(String propertiesFile)
Constructor for the class

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

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)