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
Modifier and Type Method Description boolean
equals(Object o)
Path
getAssetsDir()
Class<?>
getInternalRClass()
Class<?>
getRClass()
Path
getResourceBase()
int
hashCode()
boolean
hasResources()
String
toString()
-
Constructor Details
-
Method Details
-
getRClass
-
getResourceBase
-
hasResources
public boolean hasResources() -
getAssetsDir
-
getInternalRClass
-
toString
-
equals
-
hashCode
public int hashCode()
-