Class ZipArtifact
- java.lang.Object
-
- io.strimzi.api.kafka.model.connect.build.Artifact
-
- io.strimzi.api.kafka.model.connect.build.DownloadableArtifact
-
- io.strimzi.api.kafka.model.connect.build.ZipArtifact
-
- All Implemented Interfaces:
UnknownPropertyPreserving,Serializable
public class ZipArtifact extends DownloadableArtifact
ZIP artifact represents an artifact which is downloaded and unpacked using `unzip`- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ZipArtifact()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetType()-
Methods inherited from class io.strimzi.api.kafka.model.connect.build.DownloadableArtifact
getSha512sum, getUrl, setSha512sum, setUrl
-
Methods inherited from class io.strimzi.api.kafka.model.connect.build.Artifact
getAdditionalProperties, setAdditionalProperty
-
-