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