com.alibaba.dubbo.qos.command
Class DefaultCommandExecutor
java.lang.Object
com.alibaba.dubbo.qos.command.DefaultCommandExecutor
- All Implemented Interfaces:
- CommandExecutor
public class DefaultCommandExecutor
- extends Object
- implements CommandExecutor
- Author:
- qinliujie
DefaultCommandExecutor
public DefaultCommandExecutor()
execute
public String execute(CommandContext commandContext)
throws NoSuchCommandException
- Description copied from interface:
CommandExecutor
执行一个命令,返回对应命令执行的结果
- Specified by:
execute in interface CommandExecutor
- Parameters:
commandContext - 命令
- Returns:
-
- Throws:
NoSuchCommandException
Copyright © 2012–2017 Alibaba. All rights reserved.