接口 BaseCommand
-
- 所有超级接口:
BaseCommand
@Deprecated public interface BaseCommand extends BaseCommand
已过时。
-
-
方法详细资料
-
execute
String execute(CommandContext commandContext, String[] args)
已过时。
-
execute
default String execute(CommandContext commandContext, String[] args)
已过时。- 指定者:
execute在接口中BaseCommand
-
-