Interface MacroModuleDescriptor
-
- All Superinterfaces:
com.atlassian.plugin.ModuleDescriptor<com.atlassian.renderer.v2.macro.Macro>
,com.atlassian.plugin.Resourced
,com.atlassian.plugin.ScopeAware
- All Known Implementing Classes:
CustomMacroModuleDescriptor
public interface MacroModuleDescriptor extends com.atlassian.plugin.ModuleDescriptor<com.atlassian.renderer.v2.macro.Macro>
Marker interface for module descriptors that produce macros.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MacroMetadata
getMacroMetadata()
-
Methods inherited from interface com.atlassian.plugin.ModuleDescriptor
destroy, equals, getCompleteKey, getDescription, getDescriptionKey, getDisplayName, getI18nNameKey, getKey, getMinJavaVersion, getModule, getModuleClass, getName, getParams, getPlugin, getPluginKey, hashCode, init, isBroken, isEnabled, isEnabledByDefault, isSystemModule, satisfiesMinJavaVersion, setBroken
-
-
-
-
Method Detail
-
getMacroMetadata
MacroMetadata getMacroMetadata()
-
-