| java.lang.Object |
| ↳ |
com.atlassian.plugin.parsers.XmlDescriptorParserFactory |
Class Overview
Creates XML descriptor parser instances.
Summary
|
[Expand]
Inherited Methods |
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
From interface
com.atlassian.plugin.parsers.DescriptorParserFactory
|
Public Constructors
public
XmlDescriptorParserFactory
()
Public Methods
public
DescriptorParser
getInstance
(InputStream source, String... applicationKeys)
Parameters
| 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. |
Returns
- an instance of the descriptor parser tied to this InputStream