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