已修改的檔案剖析器

public class ModifiedFilesParser
extends Object

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


這個類別負責剖析及擷取 modify_files.json 中的資訊。

摘要

公用建構函式

ModifiedFilesParser(File modifiedFilesJson, boolean isDeviceImage)

公用方法

boolean hasImageChanged()
void parse()

公用建構函式

已修改的檔案剖析器

public ModifiedFilesParser (File modifiedFilesJson, 
                boolean isDeviceImage)

參數
modifiedFilesJson File

isDeviceImage boolean

公用方法

hasImage 已變更

public boolean hasImageChanged ()

傳回
boolean

剖析

public void parse ()

擲回
IOException
org.json.JSONException
JSONException