डिपेंडेंसी रिज़ॉल्वर
public
class
DependenciesResolver
extends Object
implements
IBuildProvider,
IConfigurationReceiver,
IDeviceBuildProvider,
IInvocationContextReceiver
java.lang.Object | |
↳ | com.android.tradefed.build.Dependencies स्थानों |
ऐसी नई कंपनी जो टेस्ट के लिए सभी डिपेंडेंसी पाने की अनुमति देती है.
खास जानकारी
सार्वजनिक कंस्ट्रक्टर | |
---|---|
DependenciesResolver()
|
सार्वजनिक तरीके | |
---|---|
void
|
cleanUp(IBuildInfo info)
बिल्ड मिटाने के लिए, कुछ समय तक रहने वाली फ़ाइलें मिटाएं. |
IBuildInfo
|
getBuild()
बिल्ड अंडर टेस्ट के लिए वापस पाएं. |
IBuildInfo
|
getBuild(ITestDevice device)
बिल्ड अंडर टेस्ट के लिए डेटा वापस पाएं |
final
|
getDependencies()
|
void
|
setConfiguration(IConfiguration configuration)
|
void
|
setInvocationContext(IInvocationContext invocationContext)
|
सार्वजनिक कंस्ट्रक्टर
डिपेंडेंसी रिज़ॉल्वर
public DependenciesResolver ()
सार्वजनिक तरीके
क्लीनअप करें
public void cleanUp (IBuildInfo info)
बिल्ड मिटाने के लिए, कुछ समय तक रहने वाली फ़ाइलें मिटाएं.
पैरामीटर | |
---|---|
info |
IBuildInfo |
गेटबिल्ड
public IBuildInfo getBuild ()
बिल्ड अंडर टेस्ट के लिए वापस पाएं.
रिटर्न | |
---|---|
IBuildInfo |
बिल्ड टेस्ट के लिए IBuildInfo या अगर कोई बिल्ड नहीं है, तो null
टेस्ट के लिए उपलब्ध |
थ्रो | |
---|---|
BuildRetrievalError |
गेटबिल्ड
public IBuildInfo getBuild (ITestDevice device)
बिल्ड अंडर टेस्ट के लिए डेटा वापस पाएं
पैरामीटर | |
---|---|
device |
ITestDevice : जांच के लिए तय ITestDevice |
रिटर्न | |
---|---|
IBuildInfo |
बिल्ड टेस्ट के लिए IBuildInfo या अगर कोई बिल्ड नहीं है, तो null
टेस्ट के लिए उपलब्ध |
थ्रो | |
---|---|
BuildRetrievalError |
|
DeviceNotAvailableException |
गेटडिपेंडेंसी
public finalgetDependencies ()
रिटर्न | |
---|---|
|
सेट कॉन्फ़िगरेशन
public void setConfiguration (IConfiguration configuration)
IConfiguration
को इंजेक्ट करता है.
पैरामीटर | |
---|---|
configuration |
IConfiguration |
सेट इनवोकेशनकॉन्टेक्स्ट
public void setInvocationContext (IInvocationContext invocationContext)
पैरामीटर | |
---|---|
invocationContext |
IInvocationContext |