हमारा सुझाव है कि 27 मार्च, 2025 से AOSP को बनाने और उसमें योगदान देने के लिए, aosp-main
के बजाय android-latest-release
का इस्तेमाल करें. ज़्यादा जानकारी के लिए, AOSP में हुए बदलाव लेख पढ़ें.
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
FakeTestsZipFolder
public
class
FakeTestsZipFolder
extends Object
java.lang.Object
|
↳ |
com.android.tradefed.util.FakeTestsZipFolder
|
टेस्टिंग फ़िक्सचर, जो कॉन्टेंट की सूची के आधार पर, अनज़िप किया गया फ़र्ज़ी टेस्ट फ़ोल्डर बनाता है.
फ़ोल्डर का स्ट्रक्चर, फ़ाइलों के नामों या फ़ोल्डर के नामों की सूची के आधार पर कॉन्फ़िगर किया जाता है. यह सूची, कॉन्स्ट्रक्टर को दी जाती है. FakeTestsZipFolder.cleanUp()
को तब कॉल किया जाना चाहिए, जब फ़ोल्डर की ज़रूरत न हो.
खास जानकारी
पब्लिक कंस्ट्रक्टर |
FakeTestsZipFolder( items)
खाली फ़ाइलों के साथ, अनज़िप किया गया फ़ोल्डर बनाना
|
सार्वजनिक तरीके |
void
|
cleanUp()
अनज़िप किए गए पूरे फ़ोल्डर को मिटाना
|
boolean
|
createItems()
आइटम के मेनिफ़ेस्ट में बताए गए फ़ोल्डर के तौर पर, अनज़िप किए गए टेस्ट का फ़र्ज़ी फ़ोल्डर बनाना
|
File
|
getBasePath()
अनज़िप किए गए फ़ोल्डर का बेस दिखाता है. यह रूट फ़ोल्डर की जगह लेगा, जहां असल टेस्ट की ज़िप फ़ाइल को बड़ा किया गया है
|
पब्लिक कंस्ट्रक्टर
FakeTestsZipFolder
public FakeTestsZipFolder ( items)
खाली फ़ाइलों के साथ, अनज़िप किया गया फ़ोल्डर बनाना
पैरामीटर |
items |
: नकली अनज़िप किए गए फ़ोल्डर में शामिल करने के लिए आइटम की सूची. मैप की मुख्य वैल्यू, आइटम का रिलेटिव पाथ होगी. एंट्री की वैल्यू से पता चलेगा कि एंट्री को खाली फ़ाइल या फ़ोल्डर से बैक अप लेना है या नहीं |
सार्वजनिक तरीके
cleanUp
public void cleanUp ()
अनज़िप किए गए पूरे फ़ोल्डर को मिटाना
createItems
public boolean createItems ()
आइटम के मेनिफ़ेस्ट में बताए गए फ़ोल्डर के तौर पर, अनज़िप किए गए टेस्ट का फ़र्ज़ी फ़ोल्डर बनाना
रिटर्न |
boolean |
अगर कोई आइटम नहीं बनाया जा सका, तो false |
getBasePath
public File getBasePath ()
अनज़िप किए गए फ़ोल्डर का बेस दिखाता है. यह रूट फ़ोल्डर की जगह लेगा, जहां असल टेस्ट के लिए ज़िप फ़ाइल को बड़ा किया गया है
सुरक्षित तरीके
getDataFolder
protected File getDataFolder ()
इस पेज पर मौजूद कॉन्टेंट और कोड सैंपल कॉन्टेंट के लाइसेंस में बताए गए लाइसेंस के हिसाब से हैं. Java और OpenJDK, Oracle और/या इससे जुड़ी हुई कंपनियों के ट्रेडमार्क या रजिस्टर किए हुए ट्रेडमार्क हैं.
आखिरी बार 2025-07-27 (UTC) को अपडेट किया गया.
[[["समझने में आसान है","easyToUnderstand","thumb-up"],["मेरी समस्या हल हो गई","solvedMyProblem","thumb-up"],["अन्य","otherUp","thumb-up"]],[["वह जानकारी मौजूद नहीं है जो मुझे चाहिए","missingTheInformationINeed","thumb-down"],["बहुत मुश्किल है / बहुत सारे चरण हैं","tooComplicatedTooManySteps","thumb-down"],["पुराना","outOfDate","thumb-down"],["अनुवाद से जुड़ी समस्या","translationIssue","thumb-down"],["सैंपल / कोड से जुड़ी समस्या","samplesCodeIssue","thumb-down"],["अन्य","otherDown","thumb-down"]],["आखिरी बार 2025-07-27 (UTC) को अपडेट किया गया."],[],[],null,["# FakeTestsZipFolder\n==================\n\n\n`\npublic\n\n\nclass\nFakeTestsZipFolder\n`\n\n\n`\n\nextends Object\n\n\n`\n\n`\n\n\n`\n\n|---|----------------------------------------------|\n| java.lang.Object ||\n| ↳ | com.android.tradefed.util.FakeTestsZipFolder |\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\nA testing fixture that creates a fake unzipped tests folder based on a list of content.\n\nThe folder structure is configured based on a list of file names or folder names, as provided\nto the constructor. [FakeTestsZipFolder.cleanUp()](../../../../../../reference/tradefed/com/android/tradefed/util/FakeTestsZipFolder.html#cleanUp()) should be called after the folder is\nno longer needed.\n\nSummary\n-------\n\n| ### Public constructors ||\n|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---|\n| ` `[FakeTestsZipFolder](../../../../../../reference/tradefed/com/android/tradefed/util/FakeTestsZipFolder.html#FakeTestsZipFolder(\u003cany\u003e))`(` items) Create a fake unzipped tests folder backed by empty files |\n\n| ### Public methods ||\n|------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ` void` | ` `[cleanUp](../../../../../../reference/tradefed/com/android/tradefed/util/FakeTestsZipFolder.html#cleanUp())`() ` Delete the entire fake unzipped test folder |\n| ` boolean` | ` `[createItems](../../../../../../reference/tradefed/com/android/tradefed/util/FakeTestsZipFolder.html#createItems())`() ` Create fake unzipped tests folder as indicated by the manifest of items |\n| ` File` | ` `[getBasePath](../../../../../../reference/tradefed/com/android/tradefed/util/FakeTestsZipFolder.html#getBasePath())`() ` Returns the base of the fake unzipped folder This would be a replacement of root folder where a real tests zip is expanded |\n\n| ### Protected methods ||\n|---------|---------------------------------------------------------------------------------------------------------------------------------|\n| ` File` | ` `[getDataFolder](../../../../../../reference/tradefed/com/android/tradefed/util/FakeTestsZipFolder.html#getDataFolder())`() ` |\n\nPublic constructors\n-------------------\n\n### FakeTestsZipFolder\n\n```\npublic FakeTestsZipFolder ( items)\n```\n\nCreate a fake unzipped tests folder backed by empty files\n\n\u003cbr /\u003e\n\n| Parameters ||\n|---------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `items` | : list of items to include in the fake unzipped folder. key of the map shall be the relative path of the item, value of the entry shall indicate if the entry should be backed by an empty file or a folder \u003cbr /\u003e |\n\nPublic methods\n--------------\n\n### cleanUp\n\n```\npublic void cleanUp ()\n```\n\nDelete the entire fake unzipped test folder\n\n\u003cbr /\u003e\n\n### createItems\n\n```\npublic boolean createItems ()\n```\n\nCreate fake unzipped tests folder as indicated by the manifest of items\n\n\u003cbr /\u003e\n\n| Returns ||\n|-----------|-------------------------------------------|\n| `boolean` | false if failed to create any item \u003cbr /\u003e |\n\n| Throws ||\n|---|-------------|\n| | IOException |\n\n### getBasePath\n\n```\npublic File getBasePath ()\n```\n\nReturns the base of the fake unzipped folder This would be a replacement\nof root folder where a real tests zip is expanded\n\n\u003cbr /\u003e\n\n| Returns ||\n|--------|--------|\n| `File` | \u003cbr /\u003e |\n\nProtected methods\n-----------------\n\n### getDataFolder\n\n```\nprotected File getDataFolder ()\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Returns ||\n|--------|--------|\n| `File` | \u003cbr /\u003e |"]]