| java.lang.Object |
| ↳ |
com.atlassian.plugin.DefaultPluginArtifactFactory |
Class Overview
Creates plugin artifacts by handling URI's that are files and looking at the file's extension
Summary
| Public Methods |
|
PluginArtifact
|
create(URI artifactUri)
Creates the artifact by looking at the file extension
|
|
[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.PluginArtifactFactory
|
Public Constructors
public
DefaultPluginArtifactFactory
()
Public Methods
public
PluginArtifact
create
(URI artifactUri)
Creates the artifact by looking at the file extension
Parameters
| artifactUri
| The artifact URI |
Throws
| IllegalArgumentException
| If an artifact cannot be created from the URL
|