수정된 파일 파서

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 ()

공개 생성자

수정된 파일 파서

public ModifiedFilesParser (File modifiedFilesJson, 
                boolean isDeviceImage)

매개변수
modifiedFilesJson File

isDeviceImage boolean

공개 메소드

이미지가 변경되었습니다.

public boolean hasImageChanged ()

보고
boolean

분석하다

public void parse ()

던지기
IO예외
org.json.JSON예외
JSONException