Starting March 27, 2025, we recommend using android-latest-release
instead of aosp-main
to build and contribute to AOSP. For more information, see Changes to AOSP.
Stay organized with collections
Save and categorize content based on your preferences.
OpenObjectLoader
public
class
OpenObjectLoader
extends Object
implements
IDefaultObjectLoader
java.lang.Object
|
↳ |
com.android.tradefed.config.yaml.OpenObjectLoader
|
Loader for the default objects available in AOSP.
Summary
Public constructors
OpenObjectLoader
public OpenObjectLoader ()
Public methods
addDefaultObjects
public void addDefaultObjects (IDefaultObjectLoader.LoaderConfiguration loadConfiguration)
Allows to add any default objects as necessary.
Parameters |
loadConfiguration |
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 2022-08-03 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2022-08-03 UTC."],[],[],null,["# OpenObjectLoader\n================\n\n\n`\npublic\n\n\nclass\nOpenObjectLoader\n`\n\n\n`\n\nextends Object\n\n\n`\n\n`\n\n\nimplements\n\n`[IDefaultObjectLoader](../../../../../../../reference/tradefed/com/android/tradefed/config/yaml/IDefaultObjectLoader.html)`\n\n\n`\n\n|---|---------------------------------------------------|\n| java.lang.Object ||\n| ↳ | com.android.tradefed.config.yaml.OpenObjectLoader |\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\nLoader for the default objects available in AOSP.\n\nSummary\n-------\n\n| ### Public constructors ||\n|-----------------------------------------------------------------------------------------------------------------------------------------------|---|\n| ` `[OpenObjectLoader](../../../../../../../reference/tradefed/com/android/tradefed/config/yaml/OpenObjectLoader.html#OpenObjectLoader())`() ` |\n\n| ### Public methods ||\n|---------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ` void` | ` `[addDefaultObjects](../../../../../../../reference/tradefed/com/android/tradefed/config/yaml/OpenObjectLoader.html#addDefaultObjects(com.android.tradefed.config.yaml.IDefaultObjectLoader.LoaderConfiguration))`(`[IDefaultObjectLoader.LoaderConfiguration](../../../../../../../reference/tradefed/com/android/tradefed/config/yaml/IDefaultObjectLoader.LoaderConfiguration.html)` loadConfiguration) ` Allows to add any default objects as necessary. |\n\nPublic constructors\n-------------------\n\n### OpenObjectLoader\n\n```\npublic OpenObjectLoader ()\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\nPublic methods\n--------------\n\n### addDefaultObjects\n\n```\npublic void addDefaultObjects (IDefaultObjectLoader.LoaderConfiguration loadConfiguration)\n```\n\nAllows to add any default objects as necessary.\n\n\u003cbr /\u003e\n\n| Parameters ||\n|---------------------|---------------------------------------------------|\n| `loadConfiguration` | `IDefaultObjectLoader.LoaderConfiguration` \u003cbr /\u003e |"]]