Package com.enonic.xp.macro
Class MacroKey
- java.lang.Object
-
- com.enonic.xp.macro.MacroKey
-
@PublicApi public final class MacroKey extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
static MacroKey
from(ApplicationKey applicationKey, String macroName)
static MacroKey
from(String key)
ApplicationKey
getApplicationKey()
String
getName()
int
hashCode()
String
toString()
-
-
-
Method Detail
-
getApplicationKey
public ApplicationKey getApplicationKey()
-
getName
public String getName()
-
from
public static MacroKey from(ApplicationKey applicationKey, String macroName)
-
-