Package org.robolectric.res
Class ResourceTableFactory
java.lang.Object
org.robolectric.res.ResourceTableFactory
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionnewFrameworkResourceTable
(ResourcePath resourcePath) Builds an Android framework resource table in the "android" package space.newResourceTable
(String packageName, ResourcePath... resourcePaths) Creates an application resource table which can be constructed with multiple resources paths representing overlayed resource libraries.
-
Constructor Details
-
ResourceTableFactory
public ResourceTableFactory()
-
-
Method Details
-
newFrameworkResourceTable
Builds an Android framework resource table in the "android" package space. -
newResourceTable
Creates an application resource table which can be constructed with multiple resources paths representing overlayed resource libraries.
-