ModifiedFilesParser 类

public class ModifiedFilesParser
extends Object

java.lang.Object 中
   ↳ com.android.tradefed.cache.ModifiedFilesParser 类中的方法


类负责解析和提取修改后的_files.json 信息。

摘要

公共构造函数

ModifiedFilesParser(File modifiedFilesJson, boolean isDeviceImage)

公共方法

boolean hasImageChanged()
void parse()

公共构造函数

ModifiedFilesParser 类

public ModifiedFilesParser (File modifiedFilesJson, 
                boolean isDeviceImage)

参数
modifiedFilesJson File

isDeviceImage boolean

公共方法

hasImageChanged

public boolean hasImageChanged ()

返回
boolean

解析

public void parse ()

抛出
IOException
org.json.JSONException
JSONException