open class Command : Serializable
Represents a command line tool
Author
johnsonlee
<init> |
Represents a command line tool Command(name: String, location: URL) |
location |
val location: URL |
name |
val name: String |
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 |