com.mymed.properties
Interface IProperties


public interface IProperties

Interface for accessing properties file

Author:
Milo Casagrande

Method Summary
 java.lang.String get(java.lang.String key)
          Retrieve the value of the specified property
 

Method Detail

get

java.lang.String get(java.lang.String key)
Retrieve the value of the specified property

Parameters:
key - the name of the property to retrieve
Returns:
the value of the property