| 程序包 | 说明 |
|---|---|
| com.alibaba.dubbo.qos.command | |
| org.apache.dubbo.qos.command | |
| org.apache.dubbo.qos.command.decoder | |
| org.apache.dubbo.qos.command.impl |
| 限定符和类型 | 类和说明 |
|---|---|
class |
CommandContext
已过时。
|
| 限定符和类型 | 方法和说明 |
|---|---|
default String |
BaseCommand.execute(CommandContext commandContext,
String[] args)
已过时。
|
| 构造器和说明 |
|---|
CommandContext(CommandContext context)
已过时。
|
| 限定符和类型 | 方法和说明 |
|---|---|
static CommandContext |
CommandContextFactory.newInstance(String commandName) |
static CommandContext |
CommandContextFactory.newInstance(String commandName,
String[] args,
boolean isHttp) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
DefaultCommandExecutor.execute(CommandContext commandContext) |
String |
CommandExecutor.execute(CommandContext commandContext)
Execute one command and return the execution result
|
String |
BaseCommand.execute(CommandContext commandContext,
String[] args) |
| 限定符和类型 | 方法和说明 |
|---|---|
static CommandContext |
HttpCommandDecoder.decode(io.netty.handler.codec.http.HttpRequest request) |
static CommandContext |
TelnetCommandDecoder.decode(String str) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
Version.execute(CommandContext commandContext,
String[] args) |
String |
Ready.execute(CommandContext commandContext,
String[] args) |
String |
Quit.execute(CommandContext commandContext,
String[] args) |
String |
PublishMetadata.execute(CommandContext commandContext,
String[] args) |
String |
Online.execute(CommandContext commandContext,
String[] args) |
String |
Offline.execute(CommandContext commandContext,
String[] args) |
String |
Ls.execute(CommandContext commandContext,
String[] args) |
String |
Help.execute(CommandContext commandContext,
String[] args) |
Copyright © 2011–2021 The Apache Software Foundation. All rights reserved.