|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PluginArtifact | |
|---|---|
| com.atlassian.plugin | |
| com.atlassian.plugin.factories | |
| com.atlassian.plugin.loaders | |
| com.atlassian.plugin.repositories | |
| Uses of PluginArtifact in com.atlassian.plugin |
|---|
| Classes in com.atlassian.plugin that implement PluginArtifact | |
|---|---|
class |
JarPluginArtifact
The implementation of PluginArtifact that is backed by a jar file. |
class |
XmlPluginArtifact
An XML plugin artifact that is just the atlassian-plugin.xml file |
| Methods in com.atlassian.plugin that return PluginArtifact | |
|---|---|
PluginArtifact |
PluginArtifactFactory.create(java.net.URI artifactUri)
Creates a plugin artifact |
PluginArtifact |
DefaultPluginArtifactFactory.create(java.net.URI artifactUri)
Creates the artifact by looking at the file extension |
| Methods in com.atlassian.plugin with parameters of type PluginArtifact | |
|---|---|
java.lang.String |
DefaultPluginManager.installPlugin(PluginArtifact pluginArtifact)
|
java.lang.String |
PluginController.installPlugin(PluginArtifact pluginArtifact)
Installs a plugin and returns the plugin key |
void |
PluginInstaller.installPlugin(java.lang.String key,
PluginArtifact pluginArtifact)
Installs the plugin with the given key. |
| Uses of PluginArtifact in com.atlassian.plugin.factories |
|---|
| Methods in com.atlassian.plugin.factories with parameters of type PluginArtifact | |
|---|---|
java.lang.String |
XmlDynamicPluginFactory.canCreate(PluginArtifact pluginArtifact)
Determines if this deployer can handle this artifact by looking for the plugin descriptor |
java.lang.String |
PluginFactory.canCreate(PluginArtifact pluginArtifact)
Determines if this factory can handle this artifact. |
java.lang.String |
LegacyDynamicPluginFactory.canCreate(PluginArtifact pluginArtifact)
Determines if this deployer can handle this artifact by looking for the plugin descriptor |
| Uses of PluginArtifact in com.atlassian.plugin.loaders |
|---|
| Methods in com.atlassian.plugin.loaders with parameters of type PluginArtifact | |
|---|---|
java.lang.String |
ScanningPluginLoader.canLoad(PluginArtifact pluginArtifact)
Determines if the artifact can be loaded by any of its deployers |
java.lang.String |
DynamicPluginLoader.canLoad(PluginArtifact pluginArtifact)
Determines if this loader can load the jar. |
| Uses of PluginArtifact in com.atlassian.plugin.repositories |
|---|
| Methods in com.atlassian.plugin.repositories with parameters of type PluginArtifact | |
|---|---|
void |
FilePluginInstaller.installPlugin(java.lang.String key,
PluginArtifact pluginArtifact)
If there is an existing JAR with the same filename, it is replaced. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||