OptionFetcher
public
class
OptionFetcher
extends Object
java.lang.Object | |
↳ | com.android.tradefed.config.filter.OptionFetcher |
用于从父进程获取测试选项的帮助程序。
摘要
公共构造函数 | |
---|---|
OptionFetcher()
|
公共方法 | |
---|---|
void
|
close()
|
void
|
fetchParentOptions(IConfiguration config)
如果子进程是子进程,则通过匹配父级值来填充子进程的某些选项。 |
公共构造函数
OptionFetcher
public OptionFetcher ()
公共方法
关闭
public void close ()
fetchParentOptions
public void fetchParentOptions (IConfiguration config)
如果子进程是子进程,则通过匹配父级值来填充子进程中的一些选项。
参数 | |
---|---|
config |
IConfiguration |