public final class ResourcePath extends Object
| Modifier and Type | Field and Description |
|---|---|
static ResourcePath |
ROOT |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static ResourcePath |
from(String path) |
String |
getExtension() |
String |
getName() |
String |
getNameWithoutExtension() |
ResourcePath |
getParent() |
String |
getPath() |
int |
hashCode() |
boolean |
isRoot() |
ResourcePath |
resolve(String relPath) |
String |
toString() |
public static final ResourcePath ROOT
public String getPath()
public String getName()
public String getExtension()
public String getNameWithoutExtension()
public boolean isRoot()
public ResourcePath getParent()
public ResourcePath resolve(String relPath)
public static ResourcePath from(String path)