net.loadbang.util
Class Properties

java.lang.Object
  extended by net.loadbang.util.Properties

public class Properties
extends java.lang.Object

Wrapper for properties loaded from an XML in MaxMSP's search path.


Constructor Summary
Properties(java.lang.String filename)
           
 
Method Summary
 int getInteger(java.lang.String key)
           
 java.lang.String getString(java.lang.String key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Properties

public Properties(java.lang.String filename)
           throws PropertiesException
Throws:
PropertiesException
Method Detail

getString

public java.lang.String getString(java.lang.String key)
                           throws PropertiesException
Throws:
PropertiesException

getInteger

public int getInteger(java.lang.String key)
               throws PropertiesException
Throws:
PropertiesException