org.nakedobjects.metamodel.config.internal
Class PropertiesReader

java.lang.Object
  extended by org.nakedobjects.metamodel.config.internal.PropertiesReader

public class PropertiesReader
extends java.lang.Object

This class loads properties using the specified ResourceStreamSource.


Constructor Summary
PropertiesReader(ResourceStreamSource resourceStream, java.lang.String configurationResource)
           
 
Method Summary
 java.util.Properties getProperties()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertiesReader

public PropertiesReader(ResourceStreamSource resourceStream,
                        java.lang.String configurationResource)
                 throws java.io.IOException
Throws:
java.io.IOException
Method Detail

getProperties

public java.util.Properties getProperties()


Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.