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