TệpTải xuốngCacheFactory
public class FileDownloadCacheFactory
extends Object
java.lang.Object | |
↳ | com.android.tradefed.build.FileDownloadCacheFactory |
Một nhà máy để tạo FileDownloadCache
Bản tóm tắt
nhà thầu công cộng | |
---|---|
FileDownloadCacheFactory () |
Phương thức công khai | |
---|---|
FileDownloadCache | getCache (File cacheDir) Truy xuất |
static FileDownloadCacheFactory | getInstance () Lấy phiên bản đơn lẻ của FileDownloadCacheFactory |
nhà thầu công cộng
TệpTải xuốngCacheFactory
public FileDownloadCacheFactory ()
Phương thức công khai
getCache
public FileDownloadCache getCache (File cacheDir)
Truy xuất FileDownloadCache
bằng thư mục bộ đệm đã cho, tạo nếu cần.
Thông số | |
---|---|
cacheDir | File : thư mục hệ thống tệp cục bộ để sử dụng làm bộ đệm |
trả lại | |
---|---|
FileDownloadCache | FileDownloadCache cho cacheDir đã cho |
getInstance
public static FileDownloadCacheFactory getInstance ()
Lấy phiên bản đơn lẻ của FileDownloadCacheFactory
trả lại | |
---|---|
FileDownloadCacheFactory |