ICommandParameterContainer

Properties

Link copied to clipboard
abstract val function: KFunction<*>

The target function of this executable.

Link copied to clipboard

The parameters of this executable.

Functions

Link copied to clipboard

Returns the option with the supplied declared name (i.e., name of the method parameter), or null if not found.

Link copied to clipboard
abstract fun getParameter(declaredName: String): AggregatedParameter?

Returns the aggregated parameter with the supplied declared name (i.e., name of the method parameter), or null if not found.