수정된 파일 파서

public class ModifiedFilesParser
extends Object

java.lang.Object의 클래스
   ↳ com.android.tradefed.cache.ModifiedFilesParser


Fixed_files.json에서 정보를 파싱하고 추출하는 역할을 하는 클래스입니다.

요약

공개 생성자

ModifiedFilesParser(File modifiedFilesJson, boolean isDeviceImage)

공개 메서드

boolean hasImageChanged()
void parse()

공개 생성자

수정된 파일 파서

public ModifiedFilesParser (File modifiedFilesJson, 
                boolean isDeviceImage)

매개변수
modifiedFilesJson File

isDeviceImage boolean

공개 메서드

hasImageChanged

public boolean hasImageChanged ()

반환 값
boolean

파싱

public void parse ()

생성 값
IOException
org.json.JSONException
JSONException