public class ResourcePath extends Object
Constructor | Description |
---|---|
ResourcePath(Class<?> rClass,
Path resourceBase,
Path assetsDir) |
|
ResourcePath(Class<?> rClass,
Path resourceBase,
Path assetsDir,
Class<?> internalRClass) |
Modifier and Type | Method | Description |
---|---|---|
boolean |
equals(Object o) |
|
Path |
getAssetsDir() |
|
Class<?> |
getInternalRClass() |
|
Class<?> |
getRClass() |
|
Path |
getResourceBase() |
|
int |
hashCode() |
|
boolean |
hasResources() |
|
String |
toString() |