public class MacroFallbackParser extends Object
Note, this class uses the dom4j SAXReader
to parse the XML file.
Derived from XmlDescriptorParser
.
Constructor and Description |
---|
MacroFallbackParser(String filePath,
MacroMetadataParser macroMetadataParser) |
Modifier and Type | Method and Description |
---|---|
Map<String,MacroMetadata> |
getMetadata() |
public MacroFallbackParser(String filePath, MacroMetadataParser macroMetadataParser)
com.atlassian.plugin.PluginParseException
- if there is a problem reading the descriptor from the XML InputStream
.public Map<String,MacroMetadata> getMetadata()
Copyright © 2003–2018 Atlassian. All rights reserved.