发送反馈
IFolderBuildInfo public interface IFolderBuildInfo
implements IBuildInfo
com.android.tradefed.build.IFolderBuildInfo
一个简单的抽象IBuildInfo
其构建工件包含在本地文件系统目录中。
概括 公开方法 abstract void
cleanUp ()
删除根目录及其所有内容。
abstract File
getRootDir ()
获取包含构建工件的根文件夹。
abstract void
setRootDir (File rootDir)
设置包含构建工件的根目录。
公开方法 清理
public abstract void cleanUp () 删除根目录及其所有内容。
getRootDir
public abstract File getRootDir () 获取包含构建工件的根文件夹。
setRootDir
public abstract void setRootDir (File rootDir) 设置包含构建工件的根目录。
发送反馈
Content and code samples on this page are subject to the licenses described in the Content License . Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2020-09-08 UTC.
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"没有我需要的信息"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"太复杂/步骤太多"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"内容需要更新"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"翻译问题"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"示例/代码问题"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"其他"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"易于理解"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"解决了我的问题"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"其他"
}]
需要向我们提供更多信息?