使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
FileDownloadCacheWrapper
public
class
FileDownloadCacheWrapper
extends Object
implements
IFileDownloader
java.lang.Object 中
|
↳ |
com.android.tradefed.build.FileDownloadCacheWrapper
|
一个封装容器类,可在实现FileDownloadCache
IFileDownloader
接口。
当您希望从调用方抽象出对缓存的使用时,此用例很有用。
摘要
公共方法 |
void
|
downloadFile(String remoteFilePath, File destFile)
downloadFile(String) 的替代形式,允许调用方指定
目标文件。
|
File
|
downloadFile(String remoteFilePath)
将远程文件下载到本地磁盘上的临时文件中。
|
void
|
downloadZippedFiles(File destDir, String remoteFilePath, includeFilters, excludeFilters)
以远程 ZIP 文件形式下载符合指定过滤条件的文件。
|
boolean
|
isFresh(File localFile, String remoteFilePath)
检查本地文件的时效性。
|
公共构造函数
FileDownloadCacheWrapper
public FileDownloadCacheWrapper (File cacheDir,
IFileDownloader delegateDownloader)
参数 |
cacheDir |
File |
delegateDownloader |
IFileDownloader |
公共方法
下载
public void downloadFile (String remoteFilePath,
File destFile)
downloadFile(String)
的替代形式,允许调用方指定
目标文件。
参数 |
remoteFilePath |
String :要下载的文件的远程路径(相对于
特定于实现的根。 |
destFile |
File :用于存放已下载的内容的文件。不应存在。 |
下载
public File downloadFile (String remoteFilePath)
将远程文件下载到本地磁盘上的临时文件中。
参数 |
remoteFilePath |
String :要下载的文件的远程路径(相对于实现)
特定根。 |
下载 ZippedFiles
public void downloadZippedFiles (File destDir,
String remoteFilePath,
includeFilters,
excludeFilters)
以远程 ZIP 文件形式下载符合指定过滤条件的文件。
远程 zip 文件中的文件只会下载到与任何
包含过滤器,但不包含排除过滤器。
参数 |
destDir |
File :用于存放已下载的内容的文件。 |
remoteFilePath |
String :要下载的文件的远程路径(相对于实现)
特定根。 |
includeFilters |
:用于下载匹配文件的过滤条件列表。 |
excludeFilters |
:用于跳过下载匹配文件的过滤条件列表。 |
新鲜出炉
public boolean isFresh (File localFile,
String remoteFilePath)
检查本地文件的时效性。如果本地文件与远程文件相同,则为新的文件。如果
因为本地文件已过时。这主要用于缓存。默认实现将
始终返回 true,因此如果文件不可变,则永远不需要检查新鲜度。
参数 |
localFile |
File :本地文件。 |
remoteFilePath |
String :远程文件路径。 |
返回 |
boolean |
如果本地文件是最新的,则为 true,否则为 false。 |
本页面上的内容和代码示例受内容许可部分所述许可的限制。Java 和 OpenJDK 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-08-26。
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"没有我需要的信息"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"太复杂/步骤太多"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"内容需要更新"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"翻译问题"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"示例/代码问题"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"其他"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"易于理解"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"解决了我的问题"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"其他"
}]
{"lastModified": "\u6700\u540e\u66f4\u65b0\u65f6\u95f4 (UTC)\uff1a2024-08-26\u3002"}
[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["没有我需要的信息","missingTheInformationINeed","thumb-down"],["太复杂/步骤太多","tooComplicatedTooManySteps","thumb-down"],["内容需要更新","outOfDate","thumb-down"],["翻译问题","translationIssue","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2024-08-26。"]]