booster / com.didiglobal.booster.command / Command

Command

open class Command : Serializable

Represents a command line tool

Author
johnsonlee

Constructors

<init>

Represents a command line tool

Command(name: String, location: URL)

Properties

location

val location: URL

name

val name: String

Functions

equals

open fun equals(other: Any?): Boolean

execute

open fun execute(vararg args: String): Unit

hashCode

open fun hashCode(): Int

toString

open fun toString(): String