কন্টেন্টইনফরমেশনক্যাশ

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 ট্র্যাক করুন।

সুরক্ষিত নির্মাণকারী

কন্টেন্টইনফরমেশনক্যাশ

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