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

ICommandOption

interface ICommandOption

Properties

hasValue

abstract val hasValue: Boolean

multiple

abstract val multiple: Boolean

option

abstract val option: String

Functions

toList

abstract fun toList(): List<String>

Inheritors

CommandOptionBase

This class represents one option and its parameters.

abstract class CommandOptionBase : ICommandOption