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 booleanequals(Object o)static MacroKeyfrom(ApplicationKey applicationKey, String macroName)static MacroKeyfrom(String key)ApplicationKeygetApplicationKey()StringgetName()inthashCode()StringtoString()
-
-
-
Method Detail
-
getApplicationKey
public ApplicationKey getApplicationKey()
-
getName
public String getName()
-
from
public static MacroKey from(ApplicationKey applicationKey, String macroName)
-
-