public class Constant extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
HSF_DOWNLOAD_SAR_URL
从HSF软件中心下载sar包的base链接,最终的下载链接为:
HSF_DOWNLOAD_SAR_URL[sarVersion]/taobao-hsf.tgz以 1.8.1.2 为例,路径是:http://hsf.taobao.net/hsfversion/hsf1.8.1.2/taobao-hsf.tgz |
static int |
main_version |
static int |
MIN_TGZ_SAR_SIZE
taobao-hsf.tgz的最小size,10MB,这里的单位是字节
|
static String |
NO_VALUE |
static ThreadLocal<String> |
perferDownloadUrl
用户自定义的Sar包下载base链接。如果要自己搭建下载服务器,请按下面的路径放置tgz包:
带版本号时,以版本号1.8.1.2为例,路径是:http://hsf.taobao.net/hsfversion/hsf1.8.1.2/taobao-hsf.tgz
不带版本号时,路径是:http://hsf.taobao.net/hsfversion/hsf/taobao-hsf.tgz
此时的
perferDownloadUrl 为 http://hsf.taobao.net/hsfversion/hsf |
static ThreadLocal<String> |
version
用户在
com.taobao.hsf.standalone.HSFEasyStarter.setVersion(String) 中指定的sar包版本号 |
| Constructor and Description |
|---|
Constant() |
public static int main_version
public static int MIN_TGZ_SAR_SIZE
public static ThreadLocal<String> version
com.taobao.hsf.standalone.HSFEasyStarter.setVersion(String) 中指定的sar包版本号public static ThreadLocal<String> perferDownloadUrl
perferDownloadUrl 为 http://hsf.taobao.net/hsfversion/hsfpublic static final String NO_VALUE
public static final String HSF_DOWNLOAD_SAR_URL
HSF_DOWNLOAD_SAR_URL[sarVersion]/taobao-hsf.tgzCopyright © 2017. All rights reserved.