ContentInformationCache

public class ContentInformationCache
extends Object

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


Meng-cache ContentInformation dan memastikan siklus proses file yang terkait dengannya.

Ringkasan

Konstruktor yang dilindungi

ContentInformationCache()

Metode publik

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

Mengambil ContentInformation berdasarkan asalnya.

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

Lacak ContentInformation berdasarkan asalnya.

Konstruktor yang dilindungi

ContentInformationCache

protected ContentInformationCache ()

Metode publik

getContentInformation

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

Mengambil ContentInformation berdasarkan asalnya.

Parameter
branch String

buildId String

buildFlavor String

Hasil
ContentInformation

getDefaultCache

public static ContentInformationCache getDefaultCache ()

Hasil
ContentInformationCache

trackContent

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

Lacak ContentInformation berdasarkan asalnya.

Parameter
branch String

buildId String

buildFlavor String

contentInfo ContentInformation

Menampilkan
IOException