수정된 파일 파서

public class ModifiedFilesParser
extends Object

java.lang.객체
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

공개 방법

hasImageChanged

public boolean hasImageChanged ()

보고
boolean

구문 분석

public void parse ()

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