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 booleanequals(Object o)PathgetAssetsDir()Class<?>getInternalRClass()Class<?>getRClass()PathgetResourceBase()inthashCode()booleanhasResources()StringtoString()
-