ModifiedFilesParser

public class ModifiedFilesParser
extends Object

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


Class responsible to parse and extract information from modified_files.json.

Summary

Public constructors

ModifiedFilesParser(File modifiedFilesJson, boolean isDeviceImage)

Public methods

boolean hasImageChanged()
void parse()

Public constructors

ModifiedFilesParser

public ModifiedFilesParser (File modifiedFilesJson, 
                boolean isDeviceImage)

Parameters
modifiedFilesJson File

isDeviceImage boolean

Public methods

hasImageChanged

public boolean hasImageChanged ()

Returns
boolean

parse

public void parse ()

Throws
IOException
org.json.JSONException
JSONException