ConfigurationYamlParser
public
final
class
ConfigurationYamlParser
extends Object
| java.lang.Object | |
| ↳ | com.android.tradefed.config.yaml.ConfigurationYamlParser |
YAML スタイルの Tradefed 構成のパーサー
概要
定数 | |
|---|---|
String |
DEPENDENCIES_KEY
|
String |
PRE_SETUP_ACTION_KEY
|
String |
TARGET_PREPARERS_KEY
|
String |
TESTS_KEY
|
パブリック コンストラクタ | |
|---|---|
ConfigurationYamlParser()
|
|
パブリック メソッド | |
|---|---|
void
|
parse(ConfigurationDef configDef, String source, InputStream yamlInput, boolean createdAsModule)
指定された YAML ファイルを Trade Federation オブジェクトに解析するパーサーのメイン エントリ ポイント。 |
定数
DEPENDENCIES_KEY
public static final String DEPENDENCIES_KEY
定数値: "dependencies"
PRE_SETUP_ACTION_KEY
public static final String PRE_SETUP_ACTION_KEY
定数値: "pre_setup_action"
TARGET_PREPARERS_KEY
public static final String TARGET_PREPARERS_KEY
定数値: "target_preparers"
TESTS_KEY
public static final String TESTS_KEY
定数値: "tests"
パブリック コンストラクタ
ConfigurationYamlParser
public ConfigurationYamlParser ()
パブリック メソッド
parse
public void parse (ConfigurationDef configDef, String source, InputStream yamlInput, boolean createdAsModule)
指定された YAML ファイルを Trade Federation オブジェクトに解析するパーサーのメイン エントリ ポイント。
| 例外 | |
|---|---|
ConfigurationException |
|