net.sf.infrared.agent.util
Class InfraREDPropertiesUtil

java.lang.Object
  extended bynet.sf.infrared.agent.util.InfraREDPropertiesUtil

public class InfraREDPropertiesUtil
extends Object

Utility class to return the value of properties


Constructor Summary
InfraREDPropertiesUtil(String propertiesFile)
           
 
Method Summary
 String getProperty(String propertyName, String defaultValue)
           
 boolean getPropertyAsBoolean(String propertyName, boolean defaultValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InfraREDPropertiesUtil

public InfraREDPropertiesUtil(String propertiesFile)
Method Detail

getProperty

public String getProperty(String propertyName,
                          String defaultValue)

getPropertyAsBoolean

public boolean getPropertyAsBoolean(String propertyName,
                                    boolean defaultValue)