EnvironmentVariableUtil
public
class
EnvironmentVariableUtil
extends Object
java.lang.Object 中 | |
↳ | com.android.tradefed.util.EnvironmentVariableUtil |
一系列用于准备环境变量的辅助程序方法。
摘要
公共构造函数 | |
---|---|
EnvironmentVariableUtil()
|
公共方法 | |
---|---|
static
String
|
buildPathWithRelativePaths(File workingDir,
使用 |
公共构造函数
EnvironmentVariableUtil
public EnvironmentVariableUtil ()
公共方法
buildPathWithRelativePaths
public static String buildPathWithRelativePaths (File workingDir,tools, String addition)
使用 workingDir
的相对路径构建 PATH 的值。
参数 | |
---|---|
workingDir |
File :返回结果中相对路径的根。 |
tools |
:工具列表,这些工具将关联到
workingDir 并包含在退货中。 |
addition |
String :将附加到返回值末尾的字符串。 |
返回 | |
---|---|
String |
PATH 的值。 |