GCSConfigurationFactory

public class GCSConfigurationFactory
extends ConfigurationFactory

java.lang.Object
   ↳ com.android.tradefed.config.ConfigurationFactory
     ↳ com.android.tradefed.config.gcs.GCSConfigurationFactory


ConfigurationFactory טוען הגדרות מ-Google Cloud Storage.

סיכום

כיתות בתצוגת עץ

class GCSConfigurationFactory.GCSConfigLoader

תוסף של ConfigurationFactory.ConfigLoader לטעינת תצורה מ-GCS, שמנטר את ההגדרות הכלולות מתצורת root אחת ומציג חריגה במקרים של הכללות מעגליות. 

שיטות ציבוריות

static IConfigurationFactory getInstance(IConfigurationServer configServer)

אחזור של מופע ה-singleton IConfigurationFactory.

File getLatestDownloadedFile()

שיטות מוגנות

BufferedInputStream getConfigStream(String name)

טעינת InputStream לשם תצורה נתון מ-Google Cloud Storage‏(GCS).

ConfigurationDef getConfigurationDef(String name, boolean isGlobal, templateMap)

אחזור של ConfigurationDef לשם הפרטי

שיטות ציבוריות

getInstance

public static IConfigurationFactory getInstance (IConfigurationServer configServer)

אחזור של מופע ה-singleton IConfigurationFactory.

פרמטרים
configServer IConfigurationServer

החזרות
IConfigurationFactory

getLatestDownloadedFile

public File getLatestDownloadedFile ()

החזרות
File

שיטות מוגנות

getConfigStream

protected BufferedInputStream getConfigStream (String name)

טעינת InputStream לשם תצורה נתון מ-Google Cloud Storage‏(GCS).

פרמטרים
name String: שם ההגדרות האישיות לטעינה

החזרות
BufferedInputStream ERROR(/BufferedInputStream) לקריאת תוכן התצורה

זריקות
ConfigurationException אם לא ניתן למצוא את הקובץ config

getConfigurationDef

protected ConfigurationDef getConfigurationDef (String name, 
                boolean isGlobal, 
                 templateMap)

אחזור של ConfigurationDef לשם הפרטי

פרמטרים
name String: השם של תצורה מובנית לטעינה או נתיב לקובץ תצורה לטעינה

isGlobal boolean

templateMap

החזרות
ConfigurationDef ConfigurationDef

זריקות
ConfigurationException