Package com.atlassian.plugin
Interface PluginArtifactFactory
- All Known Implementing Classes:
DefaultPluginArtifactFactory
public interface PluginArtifactFactory
Creates a plugin artifact from a URL
- Since:
- 2.1.0
-
Method Summary
Modifier and TypeMethodDescriptionCreates a plugin artifact
-
Method Details
-
create
Creates a plugin artifact- Parameters:
artifactUri- The artifact URI- Returns:
- The artifact. Must not return null
- Throws:
IllegalArgumentException- If the artifact cannot be created
-