ContentInformationCache

public class ContentInformationCache
extends Object

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


Cache ContentInformation und sorgt für den Lebenszyklus der zugehörigen Dateien.

Zusammenfassung

Geschützte Konstruktoren

ContentInformationCache()

Öffentliche Methoden

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

ContentInformation anhand des Ursprungs abrufen

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

ContentInformation anhand des Ursprungs nachverfolgen

Geschützte Konstruktoren

ContentInformationCache

protected ContentInformationCache ()

Öffentliche Methoden

getContentInformation

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

ContentInformation anhand des Ursprungs abrufen

Parameter
branch String

buildId String

buildFlavor String

Gibt Folgendes zurück:
ContentInformation

getDefaultCache

public static ContentInformationCache getDefaultCache ()

Gibt Folgendes zurück:
ContentInformationCache

trackContent

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

ContentInformation anhand des Ursprungs nachverfolgen

Parameter
branch String

buildId String

buildFlavor String

contentInfo ContentInformation

Löst aus
IOException