ContentInformationCache

public class ContentInformationCache
extends Object

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


Cache ContentInformation e garantisce il ciclo di vita dei file correlati.

Riepilogo

Scuderie protette

ContentInformationCache()

Metodi pubblici

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

Recupera un ContentInformation in base alla sua origine.

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

Monitora un ContentInformation in base alla sua origine.

Scuderie protette

ContentInformationCache

protected ContentInformationCache ()

Metodi pubblici

getContentInformation

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

Recupera un ContentInformation in base alla sua origine.

Parametri
branch String

buildId String

buildFlavor String

Resi
ContentInformation

getDefaultCache

public static ContentInformationCache getDefaultCache ()

Resi
ContentInformationCache

trackContent

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

Monitora un ContentInformation in base alla sua origine.

Parametri
branch String

buildId String

buildFlavor String

contentInfo ContentInformation

Genera
IOException