java.lang.Object
com.github.theword.queqiao.tool.constant.CommandConstantMessage
public class CommandConstantMessage
extends Object
命令相关的常量消息
包含命令执行过程中用于提示或日志输出的静态字符串。
-
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
RELOAD_CONFIG
public static final String RELOAD_CONFIG
- See Also:
-
-
RECONNECT_MESSAGE
public static final String RECONNECT_MESSAGE
- See Also:
-
-
RECONNECT_NOT_OPEN_CLIENT
public static final String RECONNECT_NOT_OPEN_CLIENT
- See Also:
-
-
RECONNECT_ALL_CLIENT
public static final String RECONNECT_ALL_CLIENT
- See Also:
-
-
RECONNECT_NO_CLIENT_NEED_RECONNECT
public static final String RECONNECT_NO_CLIENT_NEED_RECONNECT
- See Also:
-
-
RECONNECTED
public static final String RECONNECTED
- See Also:
-
-
Constructor Details
-
CommandConstantMessage
public CommandConstantMessage()