GCSConfigurationConfiguration
public
class
GCSConfigurationFactory
extends ConfigurationFactory
JavaScript.lang.Object | ||
↳ | com.android.tradefed.config.ConfigurationConfiguration | |
↳ | com.android.tradefed.config.gcs.GCSConfigurationConfiguration |
ConfigurationFactory
טוען הגדרות מ-Google Cloud Storage.
סיכום
מחלקות מקוננות | |
---|---|
class |
GCSConfigurationFactory.GCSConfigLoader
התוסף |
שיטות ציבוריות | |
---|---|
static
IConfigurationFactory
|
getInstance(IConfigurationServer configServer)
מקבלים את המכונה של singleton |
File
|
getLatestDownloadedFile()
|
שיטות מוגנות | |
---|---|
BufferedInputStream
|
getConfigStream(String name)
טוענת זרם קלט עבור שם הגדרה נתון מ-Google Cloud Storage(GCS). |
ConfigurationDef
|
getConfigurationDef(String name, boolean isGlobal,
מאחזרים את |
שיטות ציבוריות
getInstance
public static IConfigurationFactory getInstance (IConfigurationServer configServer)
מקבלים את המכונה של singleton IConfigurationFactory
.
פרמטרים | |
---|---|
configServer |
IConfigurationServer |
החזרות | |
---|---|
IConfigurationFactory |
getLatestDownloadFile
public File getLatestDownloadedFile ()
החזרות | |
---|---|
File |
שיטות מוגנות
getConfigStream
protected BufferedInputStream getConfigStream (String name)
טוענת זרם קלט עבור שם הגדרה נתון מ-Google Cloud Storage(GCS).
פרמטרים | |
---|---|
name |
String : שם ההגדרה לטעינה |
החזרות | |
---|---|
BufferedInputStream |
ERROR(/BufferedInputStream) לקריאת תוכן ההגדרות |
קליעות | |
---|---|
ConfigurationException |
אם לא ניתן למצוא את ההגדרה |
getConfigurationDef
protected ConfigurationDef getConfigurationDef (String name, boolean isGlobal,templateMap)
מאחזרים את ConfigurationDef
של השם הנתון
פרמטרים | |
---|---|
name |
String : השם של תצורה מובנית לטעינה או נתיב לקובץ תצורה
כדי לטעון |
isGlobal |
boolean |
templateMap |
|
החזרות | |
---|---|
ConfigurationDef |
ConfigurationDef |
קליעות | |
---|---|
ConfigurationException |