Package org.robolectric.res
Class ResourceTableFactory
- java.lang.Object
-
- org.robolectric.res.ResourceTableFactory
-
public class ResourceTableFactory extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ResourceTableFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PackageResourceTablenewFrameworkResourceTable(ResourcePath resourcePath)Builds an Android framework resource table in the "android" package space.PackageResourceTablenewResourceTable(java.lang.String packageName, ResourcePath... resourcePaths)Creates an application resource table which can be constructed with multiple resources paths representing overlayed resource libraries.
-
-
-
Method Detail
-
newFrameworkResourceTable
public PackageResourceTable newFrameworkResourceTable(ResourcePath resourcePath)
Builds an Android framework resource table in the "android" package space.
-
newResourceTable
public PackageResourceTable newResourceTable(java.lang.String packageName, ResourcePath... resourcePaths)
Creates an application resource table which can be constructed with multiple resources paths representing overlayed resource libraries.
-
-