public class ResourceTableFactory extends Object
Constructor | Description |
---|---|
ResourceTableFactory() |
Modifier and Type | Method | Description |
---|---|---|
PackageResourceTable |
newFrameworkResourceTable(ResourcePath resourcePath) |
Builds an Android framework resource table in the "android" package space.
|
PackageResourceTable |
newResourceTable(String packageName,
ResourcePath... resourcePaths) |
Creates an application resource table which can be constructed with multiple resources paths
representing overlayed resource libraries.
|
public PackageResourceTable newFrameworkResourceTable(ResourcePath resourcePath)
public PackageResourceTable newResourceTable(String packageName, ResourcePath... resourcePaths)