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 and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2020-09-08 UTC.
[]
[]