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