Package org.robolectric.plugins
Class PackagePropertiesLoader
java.lang.Object
org.robolectric.plugins.PackagePropertiesLoader
Provides cached access to
robolectric-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 other Configurer
s as well.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetConfigProperties
(String packageName) Return aProperties
file for the given package name, ornull
if none is available.
-
Constructor Details
-
PackagePropertiesLoader
public PackagePropertiesLoader()
-
-
Method Details
-
getConfigProperties
Return aProperties
file for the given package name, ornull
if none is available.- Since:
- 3.2
-