类 ConfDefine

java.lang.Object
com.gdxsoft.easyweb.conf.ConfDefine

public class ConfDefine extends Object
  • 构造器详细资料

    • ConfDefine

      public ConfDefine()
  • 方法详细资料

    • isAllowDefine

      public static boolean isAllowDefine()
      Whether to allow configuration files management
      返回:
      true:allow, false:deny
    • getInstance

      public static ConfDefine getInstance()
      Return the instance of define
      返回:
    • getEwaConfHelpDbPath

      public String getEwaConfHelpDbPath()
    • setEwaConfHelpDbPath

      public void setEwaConfHelpDbPath(String ewaConfHelpDbPath)
    • isDefine

      public boolean isDefine()
    • setDefine

      public void setDefine(boolean define)
    • getApiKey

      public String getApiKey()
      模块服务器的ApiKey
      返回:
      the apiKey
    • setApiKey

      public void setApiKey(String apiKey)
      模块服务器的ApiKey
      参数:
      apiKey - the apiKey to set
    • getApiSecert

      public String getApiSecert()
      模块服务器的ApiSecert
      返回:
      the apiSecert
    • setApiSecert

      public void setApiSecert(String apiSecert)
      模块服务器的ApiSecert
      参数:
      apiSecert - the apiSecert to set
    • getApiServer

      public String getApiServer()
      模块服务器的网址
      返回:
      the apiServer
    • setApiServer

      public void setApiServer(String apiServer)
      模块服务器的网址
      参数:
      apiServer - the apiServer to set