Package org.robolectric.plugins
Class PackagePropertiesLoader
- java.lang.Object
-
- org.robolectric.plugins.PackagePropertiesLoader
-
public class PackagePropertiesLoader extends Object
Provides cached access torobolectric-propertiesfiles, for all your configuration needs!Used by
ConfigConfigurerto support package configuration (see [Configuring Robolectric](http://robolectric.org/configuring/) but it may be useful for otherConfigurers as well.
-
-
Constructor Summary
Constructors Constructor Description PackagePropertiesLoader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PropertiesgetConfigProperties(String packageName)Return aPropertiesfile for the given package name, ornullif none is available.
-
-
-
Method Detail
-
getConfigProperties
public Properties getConfigProperties(@Nonnull String packageName)
Return aPropertiesfile for the given package name, ornullif none is available.- Since:
- 3.2
-
-