sdk
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
sdk
sdk
/
com.m8test.command.api
/
Command
Command
interface
Command
表示命令的接口
Author
M8Test,
[email protected]
, https://m8test.com
Inheritors
AbstractCommand
Members
Functions
execute
Link copied to clipboard
abstract
fun
execute
(
argument
:
String
,
environment
:
Map
<
String
,
Any
>
)
:
Result
执行命令.
get
Description
Link copied to clipboard
abstract
fun
getDescription
(
)
:
String
获取命令描述, 说明命令的作用以及参数等等.
get
Name
Link copied to clipboard
abstract
fun
getName
(
)
:
String
获取命令名称.
get
Version
Link copied to clipboard
abstract
fun
getVersion
(
)
:
String
获取命令版本