Constructor and Description |
---|
DescriptorKey(ApplicationKey applicationKey,
String name) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
static DescriptorKey |
from(ApplicationKey applicationKey,
String descriptorName) |
static DescriptorKey |
from(String s) |
ApplicationKey |
getApplicationKey() |
String |
getName() |
int |
hashCode() |
String |
toString() |
protected static final String SEPARATOR
public DescriptorKey(ApplicationKey applicationKey, String name)
public ApplicationKey getApplicationKey()
public String getName()
public static DescriptorKey from(String s)
public static DescriptorKey from(ApplicationKey applicationKey, String descriptorName)