public class ResourceId extends Object implements Comparable<ResourceId>
Modifier and Type | Field and Description |
---|---|
String |
name |
ResourceId |
parent |
String |
type |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(ResourceId resourceId) |
boolean |
equals(Object o) |
static ResourceId |
fromString(String s) |
static ResourceId |
get(ResourceId parent,
String type,
String name) |
static ResourceId |
get(String type,
String name) |
ResourceId |
getParent() |
int |
hashCode() |
ResourceId |
resolve(String type,
String name) |
String |
toString() |
public final ResourceId parent
public final String type
public final String name
public ResourceId getParent()
public ResourceId resolve(String type, String name)
public static ResourceId get(ResourceId parent, String type, String name)
public static ResourceId get(String type, String name)
public static ResourceId fromString(String s)
public int compareTo(ResourceId resourceId)
compareTo
in interface Comparable<ResourceId>
Copyright © 2021. All rights reserved.