rustic / com.osm.gradle.plugins.wrapper.builder.command / SingleCommandOptionBase

SingleCommandOptionBase

abstract class SingleCommandOptionBase : CommandOptionBase

This class is used to represent command that cannot be set more than once.

Constructors

<init>

SingleCommandOptionBase(param: String?)
SingleCommandOptionBase()

This class is used to represent command that cannot be set more than once.

SingleCommandOptionBase(param: Iterable<String?>?)

Properties

multiple

open val multiple: Boolean