YamlClassOptionsParser

public class YamlClassOptionsParser
extends Object

java.lang.Object
   ↳ com.android.tradefed.config.yaml.YamlClassOptionsParser


Helper to parse test runner information from the YAML Tradefed Configuration.

Summary

Public constructors

YamlClassOptionsParser(List<Object> objList)

Public methods

List<YamlClassOptionsParser.ClassAndOptions> getClassesAndOptions()

Public constructors

YamlClassOptionsParser

public YamlClassOptionsParser (List<Object> objList)

Parameters
objList List

Public methods

getClassesAndOptions

public List<YamlClassOptionsParser.ClassAndOptions> getClassesAndOptions ()

Returns
List<YamlClassOptionsParser.ClassAndOptions>