| Package | Description |
|---|---|
| com.atlassian.plugin.factories | |
| com.atlassian.plugin.parsers | |
| com.atlassian.plugin.util |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Set<Application> |
AbstractPluginFactory.applications |
| Constructor and Description |
|---|
XmlDynamicPluginFactory(Application application) |
| Constructor and Description |
|---|
AbstractPluginFactory(DescriptorParserFactory descriptorParserFactory,
java.util.Set<Application> applications) |
XmlDynamicPluginFactory(java.util.Set<Application> applications) |
| Modifier and Type | Method and Description |
|---|---|
DescriptorParser |
DescriptorParserFactory.getInstance(java.io.InputStream source,
java.util.Set<Application> applications)
Creates a new
DescriptorParser for getting plugin descriptor information
from the provided source data. |
DescriptorParser |
XmlDescriptorParserFactory.getInstance(java.io.InputStream source,
java.util.Set<Application> applications) |
| Constructor and Description |
|---|
PluginDescriptorReader(org.dom4j.Document descriptor,
java.util.Set<Application> applications) |
XmlDescriptorParser(org.dom4j.Document source,
java.util.Set<Application> applications)
Constructs a parser with an already-constructed document
|
XmlDescriptorParser(java.io.InputStream source,
java.util.Set<Application> applications)
Constructs a parser with a stream of an XML document for a specific application
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
PluginUtils.doesModuleElementApplyToApplication(org.dom4j.Element element,
java.util.Set<Application> applications,
InstallationMode installationMode)
Determines if a module element applies to the current application by matching the 'application' attribute
to the set of applications.
|
Copyright © 2013 Atlassian. All Rights Reserved.