Class Plugin
java.lang.Object
io.strimzi.api.kafka.model.connect.build.Plugin
- All Implemented Interfaces:
UnknownPropertyPreserving
Representation a connector within a Kafka Connect build
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()voidsetAdditionalProperty(String name, Object value) voidsetArtifacts(List<Artifact> artifacts) void
-
Constructor Details
-
Plugin
public Plugin()
-
-
Method Details
-
getName
-
setName
-
getArtifacts
-
setArtifacts
-
getAdditionalProperties
- Specified by:
getAdditionalPropertiesin interfaceUnknownPropertyPreserving
-
setAdditionalProperty
- Specified by:
setAdditionalPropertyin interfaceUnknownPropertyPreserving
-