类 ConfDefine
java.lang.Object
com.gdxsoft.easyweb.conf.ConfDefine
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明模块服务器的ApiKey模块服务器的ApiSecert模块服务器的网址static ConfDefineReturn the instance of definestatic booleanWhether to allow configuration files managementbooleanisDefine()void模块服务器的ApiKeyvoidsetApiSecert(String apiSecert) 模块服务器的ApiSecertvoidsetApiServer(String apiServer) 模块服务器的网址voidsetDefine(boolean define) voidsetEwaConfHelpDbPath(String ewaConfHelpDbPath)
-
构造器详细资料
-
ConfDefine
public ConfDefine()
-
-
方法详细资料
-
isAllowDefine
public static boolean isAllowDefine()Whether to allow configuration files management- 返回:
- true:allow, false:deny
-
getInstance
Return the instance of define- 返回:
-
getEwaConfHelpDbPath
-
setEwaConfHelpDbPath
-
isDefine
public boolean isDefine() -
setDefine
public void setDefine(boolean define) -
getApiKey
模块服务器的ApiKey- 返回:
- the apiKey
-
setApiKey
模块服务器的ApiKey- 参数:
apiKey- the apiKey to set
-
getApiSecert
模块服务器的ApiSecert- 返回:
- the apiSecert
-
setApiSecert
模块服务器的ApiSecert- 参数:
apiSecert- the apiSecert to set
-
getApiServer
模块服务器的网址- 返回:
- the apiServer
-
setApiServer
模块服务器的网址- 参数:
apiServer- the apiServer to set
-