com.imaginary.util
Class PropertyReader

java.lang.Object
  |
  +--com.imaginary.util.PropertyReader

public class PropertyReader
extends java.lang.Object


Constructor Summary
PropertyReader()
           
 
Method Summary
 void read(java.io.File f)
           
 void read(java.util.ResourceBundle bundle)
           
 void read(java.lang.String res)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyReader

public PropertyReader()
Method Detail

read

public void read(java.io.File f)
          throws java.io.IOException

read

public void read(java.util.ResourceBundle bundle)

read

public void read(java.lang.String res)
          throws java.util.MissingResourceException