public interface PluginArtifact
getInputStream().PluginController| Modifier and Type | Interface and Description |
|---|---|
static interface |
PluginArtifact.HasExtraModuleDescriptors |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsJavaExecutableCode() |
boolean |
containsSpringContext() |
boolean |
doesResourceExist(String name) |
InputStream |
getInputStream() |
String |
getName() |
ReferenceMode |
getReferenceMode() |
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.boolean containsSpringContext()
true if the plugin contains Spring context files or instructionsReferenceMode getReferenceMode()
Copyright © 2019 Atlassian. All rights reserved.