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 |
Content and code samples on this page are subject to the licenses described in the Content License. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2020-09-08 UTC.