ModifiedFilesParser

public class ModifiedFilesParser
extends Object

java.lang.Object
   ↳ com.android.tradefed.cache.ModifiedFilesParser


负责从 modified_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

parse

public void parse ()

抛出
IOException
org.json.JSONException
JSONException