public class RpcCommandUtil extends Object
| Constructor and Description |
|---|
RpcCommandUtil() |
| Modifier and Type | Method and Description |
|---|---|
static String |
commandToString(RpcCommand command)
指令对象转为string
|
static boolean |
match(String expression,
String path) |
static RpcCommand |
stringToCommand(String commandString)
把指令字符串转为指令对象
|
public static RpcCommand stringToCommand(String commandString)
commandString - public static String commandToString(RpcCommand command)
command - Copyright © 2020. All rights reserved.