Package org.robolectric.res
Class PackageResourceTable
java.lang.Object
org.robolectric.res.PackageResourceTable
- All Implemented Interfaces:
- ResourceTable
public class PackageResourceTable extends Object implements ResourceTable
A 
ResourceTable for a single package, e.g: "android" / ox01- 
Nested Class SummaryNested classes/interfaces inherited from interface org.robolectric.res.ResourceTableResourceTable.Visitor
- 
Constructor SummaryConstructors Constructor Description PackageResourceTable(String packageName)
- 
Method SummaryModifier and Type Method Description StringgetPackageName()InputStreamgetRawValue(int resId, ResTable_config config)InputStreamgetRawValue(ResName resName, ResTable_config config)ResNamegetResName(int resourceId)IntegergetResourceId(ResName resName)TypedResourcegetValue(int resId, ResTable_config config)TypedResourcegetValue(ResName resName, ResTable_config config)XmlBlockgetXml(ResName resName, ResTable_config config)voidreceive(ResourceTable.Visitor visitor)
- 
Constructor Details
- 
Method Details- 
getPackageName- Specified by:
- getPackageNamein interface- ResourceTable
 
- 
getResourceId- Specified by:
- getResourceIdin interface- ResourceTable
 
- 
getResName- Specified by:
- getResNamein interface- ResourceTable
 
- 
getValue- Specified by:
- getValuein interface- ResourceTable
 
- 
getValue- Specified by:
- getValuein interface- ResourceTable
 
- 
getXml- Specified by:
- getXmlin interface- ResourceTable
 
- 
getRawValue- Specified by:
- getRawValuein interface- ResourceTable
 
- 
getRawValue- Specified by:
- getRawValuein interface- ResourceTable
 
- 
receive- Specified by:
- receivein interface- ResourceTable
 
 
-