Package org.robolectric.manifest
Class MetaData
java.lang.Object
org.robolectric.manifest.MetaData
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic int
Returns the color value represented by the given string valuevoid
init
(ResourceTable resourceTable, String packageName)
-
Constructor Details
-
MetaData
-
-
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.
-