public interface PluginArtifact
getInputStream().PluginController| Modifier and Type | Interface and Description |
|---|---|
static interface |
PluginArtifact.AllowsReference
Additional interface for a plugin artifact which may support reference installation.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsJavaExecutableCode() |
boolean |
doesResourceExist(String name) |
InputStream |
getInputStream() |
String |
getName() |
InputStream |
getResourceAsStream(String name) |
File |
toFile() |
boolean doesResourceExist(String name)
InputStream getResourceAsStream(String name) throws PluginParseException
PluginParseException - if the there was an exception retrieving the resource from the artifactString getName()
InputStream getInputStream()
File toFile()
boolean containsJavaExecutableCode()
true if the plugin contains or references java executable code.Copyright © 2014 Atlassian. All rights reserved.