Package org.robolectric.res
Class ResourcePath
- java.lang.Object
-
- org.robolectric.res.ResourcePath
-
public class ResourcePath extends Object
-
-
Constructor Summary
Constructors Constructor Description ResourcePath(Class<?> rClass, Path resourceBase, Path assetsDir)
ResourcePath(Class<?> rClass, Path resourceBase, Path assetsDir, Class<?> internalRClass)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Path
getAssetsDir()
Class<?>
getInternalRClass()
Class<?>
getRClass()
Path
getResourceBase()
int
hashCode()
boolean
hasResources()
String
toString()
-