|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MacroMetadataManager
Provides metadata about macros such as what parameters they expect and how to represent them visually.
| Method Summary | |
|---|---|
Set<MacroMetadata> |
getAllMacroMetadata()
Retrieve all available metadata for macros in the system. |
MacroMetadata |
getMacroMetadataByName(String macroName)
Retrieve the metadata for a single macro. |
| Method Detail |
|---|
Set<MacroMetadata> getAllMacroMetadata()
MacroMetadata getMacroMetadataByName(String macroName)
macroName - the (simple, unfriendly) name of the macro, as will be returned by
MacroMetadata.getMacroName() or MacroDefinition.getName().
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||