GCSकॉन्फ़िगरेशन
public
class
GCSConfigurationFactory
extends ConfigurationFactory
java.lang.Object | ||
↳ | com.android.tradefed.config.Configuration बगल | |
↳ | com.android.tradefed.config.gcs.GCSConfigurationफ़ैक्ट्री |
ConfigurationFactory
, Google Cloud Storage से कॉन्फ़िगरेशन लोड करता है.
खास जानकारी
नेस्ट की गई क्लास | |
---|---|
class |
GCSConfigurationFactory.GCSConfigLoader
|
सार्वजनिक तरीके | |
---|---|
static
IConfigurationFactory
|
getInstance(IConfigurationServer configServer)
सिंगलटन |
File
|
getLatestDownloadedFile()
|
सुरक्षित तरीके | |
---|---|
BufferedInputStream
|
getConfigStream(String name)
Google Cloud Storage(GCS) से दिए गए कॉन्फ़िगरेशन के नाम के लिए, एक InputStream लोड करता है. |
ConfigurationDef
|
getConfigurationDef(String name, boolean isGlobal,
दिए गए नाम के लिए |
सार्वजनिक तरीके
'इंस्टेंस'
public static IConfigurationFactory getInstance (IConfigurationServer configServer)
सिंगलटन IConfigurationFactory
इंस्टेंस पाएं.
पैरामीटर | |
---|---|
configServer |
IConfigurationServer |
रिटर्न | |
---|---|
IConfigurationFactory |
get हाल ही डाउनलोड फ़ाइल
public File getLatestDownloadedFile ()
रिटर्न | |
---|---|
File |
सुरक्षित तरीके
getConfigStream
protected BufferedInputStream getConfigStream (String name)
Google Cloud Storage(GCS) से दिए गए कॉन्फ़िगरेशन के नाम के लिए, एक InputStream लोड करता है.
पैरामीटर | |
---|---|
name |
String : लोड करने के लिए कॉन्फ़िगरेशन का नाम |
रिटर्न | |
---|---|
BufferedInputStream |
कॉन्फ़िगरेशन कॉन्टेंट पढ़ने के लिए ERROR(/BufferedInputStream) |
थ्रो | |
---|---|
ConfigurationException |
कॉन्फ़िगरेशन न मिलने पर |
getConfigurationDef
protected ConfigurationDef getConfigurationDef (String name, boolean isGlobal,templateMap)
दिए गए नाम के लिए ConfigurationDef
फिर से पाएं
पैरामीटर | |
---|---|
name |
String : लोड करने के लिए पहले से मौजूद कॉन्फ़िगरेशन का नाम या कॉन्फ़िगरेशन फ़ाइल के लिए फ़ाइल पाथ
लोड करने के लिए |
isGlobal |
boolean |
templateMap |
|
रिटर्न | |
---|---|
ConfigurationDef |
ConfigurationDef |
थ्रो | |
---|---|
ConfigurationException |