| java.lang.Object | |
| ↳ | com.atlassian.plugin.osgi.factory.OsgiBundleFactory |
Plugin deployer that deploys OSGi bundles that don't contain XML descriptor files
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Determines if this factory can handle this artifact.
| |||||||||||
Deploys the plugin artifact
| |||||||||||
This method is deprecated.
Since 2.2.0, use
create(PluginArtifact, ModuleDescriptorFactory) instead
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.atlassian.plugin.factories.PluginFactory
| |||||||||||
Determines if this factory can handle this artifact.
| pluginArtifact | The artifact to test |
|---|
| PluginParseException |
|---|
Deploys the plugin artifact
| pluginArtifact | the plugin artifact to deploy |
|---|---|
| moduleDescriptorFactory | The factory for plugin modules |
| PluginParseException | If the descriptor cannot be parsed |
|---|
This method is deprecated.
Since 2.2.0, use create(PluginArtifact, ModuleDescriptorFactory) instead
Deploys the deployment unit by instantiating the plugin and configuring it. Should only be called if the respective
canCreate(PluginArtifact) call returned the plugin key
| deploymentUnit | the unit to deploy |
|---|---|
| moduleDescriptorFactory | the factory for the module descriptors |
| PluginParseException |
|---|