|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.confluence.plugin.descriptor.MacroFallbackParser
public class MacroFallbackParser
Provides access to the descriptor information retrieved from an xml file for macro meta data. This is only a fallback mechanism to retrieve macro information from a single file. Configuration from the xml should be slowly migrated to the appropriate plugins.
Note, this class uses the dom4jSAXReader to parse the XML file.
XmlDescriptorParser, which this code is from.| Constructor Summary | |
|---|---|
MacroFallbackParser(java.lang.String filePath,
MacroMetadataParser macroMetadataParser)
|
|
| Method Summary | |
|---|---|
java.util.Map<java.lang.String,MacroMetadata> |
getMetadata()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MacroFallbackParser(java.lang.String filePath,
MacroMetadataParser macroMetadataParser)
com.atlassian.plugin.PluginParseException - if there is a problem reading the descriptor from the XML InputStream.| Method Detail |
|---|
public java.util.Map<java.lang.String,MacroMetadata> getMetadata()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||