Class DownloadableArtifact
- java.lang.Object
-
- io.strimzi.api.kafka.model.connect.build.Artifact
-
- io.strimzi.api.kafka.model.connect.build.DownloadableArtifact
-
- All Implemented Interfaces:
UnknownPropertyPreserving,Serializable
- Direct Known Subclasses:
JarArtifact,TgzArtifact,ZipArtifact
public abstract class DownloadableArtifact extends Artifact
Artifact which can be just downloaded from an URL- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DownloadableArtifact()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetSha512sum()StringgetUrl()voidsetSha512sum(String sha512sum)voidsetUrl(String url)-
Methods inherited from class io.strimzi.api.kafka.model.connect.build.Artifact
getAdditionalProperties, getType, setAdditionalProperty
-
-