| java.lang.Object | |
| ↳ | com.atlassian.plugin.DefaultPluginArtifactFactory |
Creates plugin artifacts by handling URI's that are files and looking at the file's extension
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates the artifact by looking at the file extension
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.atlassian.plugin.PluginArtifactFactory
| |||||||||||
Creates the artifact by looking at the file extension
| artifactUri | The artifact URI |
|---|
| IllegalArgumentException | If an artifact cannot be created from the URL |
|---|