odo.api
/
straightway.odo.api.v0.system
/
RuntimeArguments
Runtime
Arguments
interface
RuntimeArguments
Content copied to clipboard
Access to the runtime arguments of an app.
Functions
Extensions
Functions
get
Link copied to clipboard
abstract operator fun
get
(key:
String
):
Any
?
Content copied to clipboard
Get the runtime argument with the specified name.
Extensions
mandatory
Link copied to clipboard
inline fun <
T
>
RuntimeArguments
.
mandatory
(key:
String
):
T
Content copied to clipboard
Get the value of a mandatory runtime argument.