ContentInformation

public class ContentInformation
extends Object

java.lang.Object
   ↳ com.android.tradefed.build.content.ContentInformation


यह इसके बेस और मौजूदा वर्शन के किसी दिए गए बिल्ड टारगेट के लिए कॉन्टेंट दिखाता है.

खास जानकारी

फ़ील्ड

public final String baseBuildId

public final File baseContent

public final String currentBuildId

public final File currentContent

सार्वजनिक कंस्ट्रक्टर

ContentInformation(File baseContent, String baseBuildId, File currentContent, String currentBuildId)

पब्लिक मेथड

void clean()
ContentInformation cloneInformation(File cloneFolder)

अगर ContentInformation और उससे जुड़ी फ़ाइलें मौजूद हैं, तो उन्हें पूरी तरह से कॉपी करें.

ContentInformation cloneInformation()
boolean isValid()

फ़ील्ड

baseBuildId

public final String baseBuildId

baseContent

public final File baseContent

currentBuildId

public final String currentBuildId

currentContent

public final File currentContent

सार्वजनिक कंस्ट्रक्टर

ContentInformation

public ContentInformation (File baseContent, 
                String baseBuildId, 
                File currentContent, 
                String currentBuildId)

पैरामीटर
baseContent File

baseBuildId String

currentContent File

currentBuildId String

पब्लिक मेथड

Google समीक्षाओं में 'साफ़-सुथरी' के तौर पर रेट की गई

public void clean ()

cloneInformation

public ContentInformation cloneInformation (File cloneFolder)

अगर ContentInformation और उससे जुड़ी फ़ाइलें मौजूद हैं, तो उन्हें पूरी तरह से कॉपी करें.

पैरामीटर
cloneFolder File

रिटर्न
ContentInformation

थ्रो
IOException

cloneInformation

public ContentInformation cloneInformation ()

रिटर्न
ContentInformation

थ्रो
IOException

isValid

public boolean isValid ()

रिटर्न
boolean