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 ()

Общедоступные методы

получитьИнформацию о контенте

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

Получить объект ContentInformation на основе его источника.

Параметры
branch String

buildId String

buildFlavor String

Возвраты
ContentInformation

getDefaultCache

public static ContentInformationCache getDefaultCache ()

Возвраты
ContentInformationCache

трекКонтент

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

Отслеживайте ContentInformation на основе ее происхождения.

Параметры
branch String

buildId String

buildFlavor String

contentInfo ContentInformation

Броски
IOException