Package com.atlassian.testsupport
Class CachingPropertiesLoader
java.lang.Object
com.atlassian.testsupport.CachingPropertiesLoader
Utility class for loading properties from a specified resource that should be available on the classpath,
using the specified class to get the classloader. If the properties cannot be located or loaded, an
IllegalArgumentException
is thrown. The properties returned are cached, for subsequent calls.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CachingPropertiesLoader
public CachingPropertiesLoader()
-
-
Method Details
-
loadFrom
-