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

公開メソッド

画像が変更されました

public boolean hasImageChanged ()

戻り値
boolean

解析する

public void parse ()

スロー
IO例外
org.json.JSONException
JSONException