| java.lang.Object | |
| ↳ | com.atlassian.plugin.parsers.XmlDescriptorParserFactory |
Creates XML descriptor parser instances.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
@return
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.atlassian.plugin.parsers.DescriptorParserFactory
| |||||||||||
@return
| source | the stream of data which represents the descriptor. The stream will only be read once, so it need not be resettable. |
|---|---|
| applicationKeys | the identifier of the current application to use to match modules, if specified. Null to match only modules with no application key. |
| PluginParseException |
|---|