OptionFetcher

public class OptionFetcher
extends Object implements AutoCloseable

java.lang.Object
   ↳ com.android.tradefed.config.filter.OptionFetcher


輔助程式,可從父項程序取得測試選項。

摘要

公用建構函式

OptionFetcher()

公用方法

void close()
void fetchParentOptions(IConfiguration config)

如果是子程序,請比對父項值,從子項填入部分選項。

公用建構函式

OptionFetcher

public OptionFetcher ()

公用方法

關閉

public void close ()

擲回
Exception

fetchParentOptions

public void fetchParentOptions (IConfiguration config)

如果是子程序,請比對父項值,從子項填入部分選項。

參數
config IConfiguration