CacheClientFactory
public
final
class
CacheClientFactory
extends Object
java.lang.Object | |
↳ | com.android.tradefed.util.CacheClientFactory |
建立 ICacheClient
單例模式例項的工廠函式。
摘要
公用建構函式 | |
---|---|
CacheClientFactory()
|
公用方法 | |
---|---|
static
ICacheClient
|
createCacheClient(File workFolder, String instanceName)
建立 |
公用建構函式
CacheClientFactory
public CacheClientFactory ()
公用方法
createCacheClient
public static ICacheClient createCacheClient (File workFolder, String instanceName)
建立 ICacheClient
的單例模式例項。
在這個叫用中,系統只會建立並共用一個單例模式執行個體。這個 方法是確保執行緒安全。
參數 | |
---|---|
workFolder |
File :用戶端建立暫存檔案的工作資料夾。 |
instanceName |
String :遠端執行 API 的執行個體名稱。 |
傳回 | |
---|---|
ICacheClient |
ICacheClient 的執行個體。 |