public class InputStreamPluginArtifact extends Object implements PluginArtifact
| Constructor and Description |
|---|
InputStreamPluginArtifact(String name,
InputStream inputStream)
Create artifact build on raw input stream.
|
| Modifier and Type | Method and Description |
|---|---|
InputStream |
getInputStream()
Stream containing the jar with plugin.
|
String |
getName()
Name of the plugin, will be used to create filename.
|
public InputStreamPluginArtifact(String name, InputStream inputStream)
name - name of the plugininputStream - input streampublic InputStream getInputStream()
PluginArtifactgetInputStream in interface PluginArtifactpublic String getName()
PluginArtifactgetName in interface PluginArtifactCopyright © 2010-2025 Qcadoo Limited