Package org.robolectric.res
Class RoutingResourceTable
java.lang.Object
org.robolectric.res.RoutingResourceTable
- All Implemented Interfaces:
 ResourceTable
public class RoutingResourceTable extends Object implements ResourceTable
- 
Nested Class Summary
Nested classes/interfaces inherited from interface org.robolectric.res.ResourceTable
ResourceTable.Visitor - 
Constructor Summary
Constructors Constructor Description RoutingResourceTable(PackageResourceTable... resourceTables) - 
Method Summary
Modifier 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)StringtoString() 
- 
Constructor Details
 - 
Method Details
- 
getRawValue
- Specified by:
 getRawValuein interfaceResourceTable
 - 
getValue
- Specified by:
 getValuein interfaceResourceTable
 - 
getValue
- Specified by:
 getValuein interfaceResourceTable
 - 
getXml
- Specified by:
 getXmlin interfaceResourceTable
 - 
getRawValue
- Specified by:
 getRawValuein interfaceResourceTable
 - 
getResourceId
- Specified by:
 getResourceIdin interfaceResourceTable
 - 
getResName
- Specified by:
 getResNamein interfaceResourceTable
 - 
receive
- Specified by:
 receivein interfaceResourceTable
 - 
getPackageName
- Specified by:
 getPackageNamein interfaceResourceTable
 - 
toString
 
 -