Class CachingPropertiesLoader

java.lang.Object
com.atlassian.testsupport.CachingPropertiesLoader

public class CachingPropertiesLoader extends Object
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 Details

    • CachingPropertiesLoader

      public CachingPropertiesLoader()
  • Method Details