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()
ContentInformation cloneInformation(File cloneFolder)

ContentInformation और उसमें मौजूद फ़ाइलों की डीप कॉपी बनाएं. हालांकि, ऐसा तब ही करें, जब वे फ़ाइलें मौजूद हों.

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

सार्वजनिक तरीके

साफ़

public void clean ()

cloneInformation

public ContentInformation cloneInformation ()

रिटर्न
ContentInformation

cloneInformation

public ContentInformation cloneInformation (File cloneFolder)

ContentInformation और उसमें मौजूद फ़ाइलों की डीप कॉपी बनाएं. हालांकि, ऐसा तब ही करें, जब वे फ़ाइलें मौजूद हों.

पैरामीटर
cloneFolder File

रिटर्न
ContentInformation

isValid

public boolean isValid ()

रिटर्न
boolean