|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.plugin.parsers.XmlDescriptorParserFactory
public class XmlDescriptorParserFactory
Creates XML descriptor parser instances.
XmlDescriptorParser,
DescriptorParserFactory| Constructor Summary | |
|---|---|
XmlDescriptorParserFactory()
|
|
| Method Summary | |
|---|---|
DescriptorParser |
getInstance(java.io.InputStream source,
java.lang.String... applicationKeys)
Creates a new DescriptorParser for getting plugin descriptor information
from the provided source data. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XmlDescriptorParserFactory()
| Method Detail |
|---|
public DescriptorParser getInstance(java.io.InputStream source,
java.lang.String... applicationKeys)
throws PluginParseException
DescriptorParserFactoryDescriptorParser for getting plugin descriptor information
from the provided source data.
getInstance in interface DescriptorParserFactorysource - 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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||