ContentInformationCache

public class ContentInformationCache
extends Object

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


Önbelleğe alır ContentInformation ve ilgili dosyaların yaşam döngüsünü sağlar.

Özet

Korunan markalar

ContentInformationCache()

Herkese açık yöntemler

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

ContentInformation öğesini kaynağına göre alın.

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

Bir ContentInformation öğesini kaynağına göre izleyin.

Korunan markalar

ContentInformationCache

protected ContentInformationCache ()

Herkese açık yöntemler

getContentInformation

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

ContentInformation öğesini kaynağına göre alın.

Parametreler
branch String

buildId String

buildFlavor String

İadeler
ContentInformation

getDefaultCache

public static ContentInformationCache getDefaultCache ()

İadeler
ContentInformationCache

trackContent

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

ContentInformation öğesini kaynağına göre izleyin.

Parametreler
branch String

buildId String

buildFlavor String

contentInfo ContentInformation

Verdiği hatalar
IOException