कॉन्टेंट से जुड़ी जानकारी
public
class
ContentInformation
extends Object
java.lang.Object | |
↳ | com.android.tradefed.build.content.ContentInfo |
यह, इसके बेस और मौजूदा वर्शन के लिए तय किए गए बिल्ड टारगेट के हिसाब से कॉन्टेंट दिखाता है.
खास जानकारी
फ़ील्ड्स की फ़िल्में | |
---|---|
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)
अगर |
फ़ील्ड्स की फ़िल्में
बेसबिल्डआईडी
public final String baseBuildId
बुनियादी कॉन्टेंट
public final File baseContent
मौजूदाबिल्डआईडी
public final String currentBuildId
मौजूदा कॉन्टेंट
public final File currentContent
सार्वजनिक कंस्ट्रक्टर
कॉन्टेंट से जुड़ी जानकारी
public ContentInformation (File baseContent, String baseBuildId, File currentContent, String currentBuildId)
पैरामीटर | |
---|---|
baseContent |
File |
baseBuildId |
String |
currentContent |
File |
currentBuildId |
String |
सार्वजनिक तरीके
साफ़
public void clean ()
क्लोन से जुड़ी जानकारी
public ContentInformation cloneInformation (File cloneFolder)
अगर ContentInformation
और इसके नीचे मौजूद फ़ाइलें मौजूद हैं, तो उन्हें डीप कॉपी करें.
पैरामीटर | |
---|---|
cloneFolder |
File |
रिटर्न | |
---|---|
ContentInformation |