ModifiedFilesParser

public class ModifiedFilesParser
extends Object

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


Lớp chịu trách nhiệm phân tích cú pháp và trích xuất thông tin từ modified_files.json.

Tóm tắt

Hàm khởi tạo công khai

ModifiedFilesParser(File modifiedFilesJson, boolean isDeviceImage)

Phương thức công khai

boolean hasImageChanged()
void parse()

Hàm khởi tạo công khai

ModifiedFilesParser

public ModifiedFilesParser (File modifiedFilesJson, 
                boolean isDeviceImage)

Tham số
modifiedFilesJson File

isDeviceImage boolean

Phương thức công khai

hasImageChanged

public boolean hasImageChanged ()

Giá trị trả về
boolean

phân tích cú pháp

public void parse ()

Gửi
IOException
org.json.JSONException
JSONException