edu.columbia.cs.irt.rfidentify.core
Class PropertyLoader

java.lang.Object
  extended by edu.columbia.cs.irt.rfidentify.core.PropertyLoader

public class PropertyLoader
extends java.lang.Object

Class reads properties from text file

Author:
"Blake Arnold"

Constructor Summary
PropertyLoader()
           
 
Method Summary
static java.util.Properties loadProps(java.lang.String propFileName)
          Initializer, looks in base_directory/properties
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyLoader

public PropertyLoader()
Method Detail

loadProps

public static java.util.Properties loadProps(java.lang.String propFileName)
                                      throws java.io.IOException
Initializer, looks in base_directory/properties

Parameters:
propFileName - file name
Returns:
properties
Throws:
java.io.IOException - exception reading propFileName