IFlashingResourcesRetriever
public
interface
IFlashingResourcesRetriever
com.android.tradefed.targetprep.IFlashingResourcesRetriever |
用于检索刷写设备所需的辅助映像文件的接口。
摘要
公共方法 | |
---|---|
abstract
File
|
retrieveFile(String imageName, String version)
返回具有指定名称和版本的图片文件 |
公共方法
检索文件
public abstract File retrieveFile (String imageName, String version)
返回具有指定名称和版本的图片文件
参数 | |
---|---|
imageName |
String :映像的名称(即电台) |
version |
String :要返回的文件版本 |
返回 | |
---|---|
File |
临时本地图片 ERROR(/File) |
抛出 | |
---|---|
TargetSetupError |
如果找不到文件 |