mirror of
https://gitee.com/BDWare/front-base
synced 2025-04-27 14:22:15 +00:00
feat: update args in CMDConf
make plugin related args in CMDConf to String; move plugin related fields to related handlers from CMDConf, and make them don't depend on CMDConf
This commit is contained in:
parent
80e9ee5624
commit
ab341b58b6
@ -33,10 +33,10 @@ public class CMDConf {
|
|||||||
// BDLedger可执行文件,若在服务器上运行请使用bdledger_linux
|
// BDLedger可执行文件,若在服务器上运行请使用bdledger_linux
|
||||||
public String withBdledgerClient = "./runnable/bdledger_mac";
|
public String withBdledgerClient = "./runnable/bdledger_mac";
|
||||||
public boolean withBdledgerServer = false;
|
public boolean withBdledgerServer = false;
|
||||||
public String[] wsPluginActions;
|
public String wsPluginActions = "";
|
||||||
public String[] clientToAgentPlugins;
|
public String clientToAgentPlugins = "";
|
||||||
public String[] clientToClusterPlugins;
|
public String clientToClusterPlugins = "";
|
||||||
public String[] tcpPlugins;
|
public String tcpPlugins = "";
|
||||||
|
|
||||||
public static CMDConf parseConf(String confPath) {
|
public static CMDConf parseConf(String confPath) {
|
||||||
CMDConf ret = null;
|
CMDConf ret = null;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user