IFolderBuildInfo
public
interface
IFolderBuildInfo
implements
IBuildInfo
com.android.tradefed.build.IFolderBuildInfo |
簡易抽象 IBuildInfo
,其建構成果已在本機檔案系統中
目錄。
摘要
公用方法 | |
---|---|
abstract
void
|
cleanUp()
刪除根目錄和當中的所有內容。 |
abstract
File
|
getRootDir()
取得包含建構構件的根資料夾。 |
abstract
void
|
setRootDir(File rootDir)
設定包含建構構件的根目錄。 |
abstract
boolean
|
shouldUseFuseZip()
取得用於指出建構成果是否正在使用 fuse-zip 的旗標。 |
公用方法
清理
public abstract void cleanUp ()
刪除根目錄和當中的所有內容。
setRootDir
public abstract void setRootDir (File rootDir)
設定包含建構構件的根目錄。
參數 | |
---|---|
rootDir |
File |
shouldUseFuseZip
public abstract boolean shouldUseFuseZip ()
取得用於指出建構成果是否正在使用 fuse-zip 的旗標。
傳回 | |
---|---|
boolean |