Package org.robolectric.shadows
Class Converter.FromFilePath
- java.lang.Object
-
- org.robolectric.shadows.Converter<String>
-
- org.robolectric.shadows.Converter.FromFilePath
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.robolectric.shadows.Converter
Converter.FromArray, Converter.FromAttrData, Converter.FromCharSequence, Converter.FromColor, Converter.FromFilePath
-
-
Constructor Summary
Constructors Constructor Description FromFilePath()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
fillTypedValue(String data, TypedValue typedValue)
-
Methods inherited from class org.robolectric.shadows.Converter
asCharSequence, asInt, getConverter, getItems
-
-
-
-
Method Detail
-
fillTypedValue
public boolean fillTypedValue(String data, TypedValue typedValue)
- Overrides:
fillTypedValue
in classConverter<String>
-
-