ContentInformationCache

public class ContentInformationCache
extends Object

java.lang.Object
   ↳ com.google.android.tradefed.build.content.ContentInformationCache


ContentInformation를 캐시하고 관련 파일의 수명 주기를 보장합니다.

요약

보호된 생성자

ContentInformationCache()

공개 메서드

ContentInformation getContentInformation(String branch, String buildId, String buildFlavor)

출처를 기반으로 ContentInformation를 가져옵니다.

static ContentInformationCache getDefaultCache()
void trackContent(String branch, String buildId, String buildFlavor, ContentInformation contentInfo)

출처를 기반으로 ContentInformation를 추적합니다.

보호된 생성자

ContentInformationCache

protected ContentInformationCache ()

공개 메서드

getContentInformation

public ContentInformation getContentInformation (String branch, 
                String buildId, 
                String buildFlavor)

출처를 기반으로 ContentInformation를 가져옵니다.

매개변수
branch String

buildId String

buildFlavor String

반환
ContentInformation

getDefaultCache

public static ContentInformationCache getDefaultCache ()

반환
ContentInformationCache

trackContent

public void trackContent (String branch, 
                String buildId, 
                String buildFlavor, 
                ContentInformation contentInfo)

출처를 기반으로 ContentInformation를 추적합니다.

매개변수
branch String

buildId String

buildFlavor String

contentInfo ContentInformation

생성 값
IOException