public class ResourceTableFactory
extends java.lang.Object
| Constructor and Description |
|---|
ResourceTableFactory() |
| Modifier and Type | Method and Description |
|---|---|
static PackageResourceTable |
newFrameworkResourceTable(ResourcePath resourcePath)
Builds an Android framework resource table in the "android" package space.
|
static 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.
|
public static PackageResourceTable newFrameworkResourceTable(ResourcePath resourcePath)
public static PackageResourceTable newResourceTable(java.lang.String packageName, ResourcePath... resourcePaths)