IDefaultObjectLoader

public interface IDefaultObjectLoader

com.android.tradefed.config.yaml.IDefaultObjectLoader


用于加载应包含在 YAML 配置中的默认对象的接口。这样,我们就可以根据上下文使用所需的任何对象自定义 YAML 配置。

摘要

嵌套类

class IDefaultObjectLoader.LoaderConfiguration

用于将信息传递给加载器的加载配置对象。 

公共方法

abstract void addDefaultObjects(IDefaultObjectLoader.LoaderConfiguration loaderConfiguration)

允许根据需要添加任何默认对象。

公共方法

addDefaultObjects

public abstract void addDefaultObjects (IDefaultObjectLoader.LoaderConfiguration loaderConfiguration)

允许根据需要添加任何默认对象。

参数
loaderConfiguration IDefaultObjectLoader.LoaderConfiguration