@Beta public final class ResourceKey extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
static ResourceKey |
from(ApplicationKey application,
String path) |
static ResourceKey |
from(String uri) |
ApplicationKey |
getApplicationKey() |
String |
getExtension() |
String |
getName() |
String |
getPath() |
String |
getUri() |
int |
hashCode() |
boolean |
isRoot() |
ResourceKey |
resolve(String relPath) |
String |
toString() |
public String getUri()
public ApplicationKey getApplicationKey()
public String getPath()
public String getName()
public String getExtension()
public boolean isRoot()
public ResourceKey resolve(String relPath)
public static ResourceKey from(String uri)
public static ResourceKey from(ApplicationKey application, String path)