Package org.robolectric.manifest
Class MetaData
java.lang.Object
org.robolectric.manifest.MetaData
public final class MetaData extends Object
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description static intgetColor(String value)Returns the color value represented by the given string valueMap<String,Object>getValueMap()voidinit(ResourceTable resourceTable, String packageName)
-
Constructor Details
-
Method Details
-
init
- Throws:
RoboNotFoundException
-
getValueMap
-
getColor
Returns the color value represented by the given string value- Parameters:
value- the color value- Returns:
- the color as an int
- Throws:
NumberFormatException- if the conversion failed.
-