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