Interface CompatibilityMacroDescriptor
-
public interface CompatibilityMacroDescriptor
Compatibility interface forMacroDescriptor
. Contains the methods fromMacroDescriptor
moved to legacy, and weaved to its hierarchy byMacroDescriptorAspect
.- Since:
- 14.8RC1
- Version:
- $Id: 59e650d43e39ced1c0a62ad99dd983246cee56b6 $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description String
getDefaultCategory()
Deprecated.since 14.6RC1, useMacroDescriptor.getDefaultCategories()
instead
-
-
-
Method Detail
-
getDefaultCategory
@Deprecated(since="14.6RC1") String getDefaultCategory()
Deprecated.since 14.6RC1, useMacroDescriptor.getDefaultCategories()
insteadA macro can define a default classification category under which it falls. For an example, the "skype" macro would fall under the "Communication" category of macros. However, a wiki administrator has the ability to override the default category for a given macro in order to organize categories as he sees fit. Thus, this default category is only an indication from the macro author about what category the macro should fall under.- Returns:
- the default category under which this macro should be listed or null if the macro doesn't have a default category defined
- Since:
- 2.0M3
-
-