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