ConfigurationYamlParser
public
final
class
ConfigurationYamlParser
extends Object
| java.lang.Object | |
| ↳ | com.android.tradefed.config.yaml.ConfigurationYamlParser |
Parser for YAML style Tradefed configurations
Summary
Constants | |
|---|---|
String |
DEPENDENCIES_KEY
|
String |
PRE_SETUP_ACTION_KEY
|
String |
TARGET_PREPARERS_KEY
|
String |
TESTS_KEY
|
Public constructors | |
|---|---|
ConfigurationYamlParser()
|
|
Public methods | |
|---|---|
void
|
parse(ConfigurationDef configDef, String source, InputStream yamlInput, boolean createdAsModule)
Main entry point of the parser to parse a given YAML file into Trade Federation objects. |
Constants
DEPENDENCIES_KEY
public static final String DEPENDENCIES_KEY
Constant Value: "dependencies"
PRE_SETUP_ACTION_KEY
public static final String PRE_SETUP_ACTION_KEY
Constant Value: "pre_setup_action"
TARGET_PREPARERS_KEY
public static final String TARGET_PREPARERS_KEY
Constant Value: "target_preparers"
TESTS_KEY
public static final String TESTS_KEY
Constant Value: "tests"
Public constructors
ConfigurationYamlParser
public ConfigurationYamlParser ()
Public methods
parse
public void parse (ConfigurationDef configDef, String source, InputStream yamlInput, boolean createdAsModule)
Main entry point of the parser to parse a given YAML file into Trade Federation objects.
| Throws | |
|---|---|
ConfigurationException |
|