| com.atlassian.plugin.parsers.DescriptorParser |
Known Indirect Subclasses
|
Interface for parsing a plugin descriptor file, e.g. atlassian-plugin.xml.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Sets the configuration on the plugin argument to match the configuration specified in the
plugin descriptor (typically an XML file).
| |||||||||||
This method is deprecated.
The parser will set the SystemPlugin flag within the configurePlugin() method, so there is no need to use this externally.
See PLUG-415. Deprecated since 2.3.0
| |||||||||||
Sets the configuration on the plugin argument to match the configuration specified in the plugin descriptor (typically an XML file).
| moduleDescriptorFactory | a factory for instantiating the required plugin modules |
|---|---|
| plugin | the plugin whose configuration will be modified |
| PluginParseException | if there was an error getting information about the plugin |
|---|
This method is deprecated.
The parser will set the SystemPlugin flag within the configurePlugin() method, so there is no need to use this externally.
See PLUG-415. Deprecated since 2.3.0