avignon
Class MockProperties

java.lang.Object
  extended byjava.util.ResourceBundle
      extended byjava.util.PropertyResourceBundle
          extended byavignon.MockProperties

public class MockProperties
extends java.util.PropertyResourceBundle


Field Summary
 
Fields inherited from class java.util.ResourceBundle
parent
 
Constructor Summary
MockProperties()
           
MockProperties(java.lang.String[] names, java.lang.String[] values)
           
MockProperties(java.lang.String name, java.lang.String value)
           
 
Methods inherited from class java.util.PropertyResourceBundle
getKeys, handleGetObject
 
Methods inherited from class java.util.ResourceBundle
getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MockProperties

public MockProperties(java.lang.String name,
                      java.lang.String value)
               throws java.io.IOException

MockProperties

public MockProperties(java.lang.String[] names,
                      java.lang.String[] values)
               throws java.io.IOException

MockProperties

public MockProperties()
               throws java.io.IOException

SourceForge.net Logo