DeviceFolderBuildInfo

public class DeviceFolderBuildInfo
extends DeviceBuildInfo implements IDeviceBuildInfo, IFolderBuildInfo

java.lang.Object
   ↳ com.android.tradefed.build.BuildInfo
     ↳ com.android.tradefed.build.DeviceBuildInfo
       ↳ com.android.tradefed.build.DeviceFolderBuildInfo


קובץ IDeviceBuildInfo שמכיל גם ארטיפקטים אחרים של build שמאוחסנים בספרייה במערכת הקבצים המקומית.

סיכום

קונסטרוקטורים גלויים לכולם

DeviceFolderBuildInfo(String buildId, String buildName)
DeviceFolderBuildInfo()

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

File getRootDir()

מקבלים את תיקיית הבסיס שמכילה את ארטיפקטי ה-build.

void setDeviceBuild(IDeviceBuildInfo deviceBuild)

מעתיקים את כל הקבצים מה-IDeviceBuildInfo.

void setFolderBuild(IFolderBuildInfo folderBuild)

מעתיקים את כל הקבצים מה-IFolderBuildInfo.

void setRootDir(File rootDir)

מגדירים את ספריית השורש שמכילה את ארטיפקטי ה-build.

קונסטרוקטורים גלויים לכולם

DeviceFolderBuildInfo

public DeviceFolderBuildInfo (String buildId, 
                String buildName)

פרמטרים
buildId String

buildName String

DeviceFolderBuildInfo

public DeviceFolderBuildInfo ()

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

getRootDir

public File getRootDir ()

מקבלים את תיקיית הבסיס שמכילה את ארטיפקטי ה-build.

החזרות
File הספרייה ERROR(/File).

setDeviceBuild

public void setDeviceBuild (IDeviceBuildInfo deviceBuild)

מעתיקים את כל הקבצים מה-IDeviceBuildInfo.

פרמטרים
deviceBuild IDeviceBuildInfo

setFolderBuild

public void setFolderBuild (IFolderBuildInfo folderBuild)

מעתיקים את כל הקבצים מה-IFolderBuildInfo.

פרמטרים
folderBuild IFolderBuildInfo

setRootDir

public void setRootDir (File rootDir)

מגדירים את ספריית השורש שמכילה את ארטיפקטי ה-build.

פרמטרים
rootDir File