vertx / io.vertx.ext.shell.command.base / LocalMapPut

LocalMapPut

open class LocalMapPut : AnnotatedCommand

Author
Julien Viet

Constructors

<init>

LocalMapPut()

Functions

process

open fun process(process: CommandProcess): Unit

setKey

open fun setKey(key: String): Unit

setMap

open fun setMap(map: String): Unit

setValue

open fun setValue(value: String): Unit