public abstract class ClientBasedPluginArtifactFinder extends Object implements PluginArtifactFinder
| Modifier and Type | Field and Description |
|---|---|
protected ArtifactClient |
artifactClient |
protected co.cask.cdap.proto.Id.Artifact |
artifactId |
| Modifier | Constructor and Description |
|---|---|
protected |
ClientBasedPluginArtifactFinder(ArtifactClient artifactClient,
co.cask.cdap.proto.Id.Artifact artifactId) |
| Modifier and Type | Method and Description |
|---|---|
protected co.cask.cdap.proto.artifact.ArtifactSummary |
getArtifact(String pluginType,
String pluginName) |
co.cask.cdap.proto.artifact.ArtifactSummary |
getTransformPluginArtifact(String pluginName) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetSinkPluginArtifact, getSourcePluginArtifactprotected final ArtifactClient artifactClient
protected final co.cask.cdap.proto.Id.Artifact artifactId
protected ClientBasedPluginArtifactFinder(ArtifactClient artifactClient, co.cask.cdap.proto.Id.Artifact artifactId)
public co.cask.cdap.proto.artifact.ArtifactSummary getTransformPluginArtifact(String pluginName)
getTransformPluginArtifact in interface PluginArtifactFinderCopyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.