Constructor and Description |
---|
ExtraData(MixinName name,
PropertyTree data) |
Modifier and Type | Method and Description |
---|---|
ExtraData |
copy() |
boolean |
equals(Object o) |
static ApplicationKey |
fromApplicationPrefix(String applicationPrefix) |
String |
getApplicationPrefix() |
PropertyTree |
getData() |
MixinName |
getName() |
int |
hashCode() |
void |
setData(PropertyTree data) |
void |
setName(MixinName name) |
public ExtraData(MixinName name, PropertyTree data)
public PropertyTree getData()
public void setData(PropertyTree data)
public MixinName getName()
public String getApplicationPrefix()
public static ApplicationKey fromApplicationPrefix(String applicationPrefix)
public void setName(MixinName name)
public ExtraData copy()