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.
TradefedSandboxFactory
public
class
TradefedSandboxFactory
extends Object
implements
ISandboxFactory
java.lang.Object
|
↳ |
com.android.tradefed.sandbox.TradefedSandboxFactory
|
Default implementation for SandboxFactory
Summary
Public constructors
TradefedSandboxFactory
public TradefedSandboxFactory ()
Public methods
createSandbox
public ISandbox createSandbox ()
Creates a sandbox instance that can be used to run an invocation
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 2023-03-08 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 2023-03-08 UTC."],[],[],null,["# TradefedSandboxFactory\n======================\n\n\n`\npublic\n\n\nclass\nTradefedSandboxFactory\n`\n\n\n`\n\nextends Object\n\n\n`\n\n`\n\n\nimplements\n\n`[ISandboxFactory](../../../../../../reference/tradefed/com/android/tradefed/sandbox/ISandboxFactory.html)`\n\n\n`\n\n|---|-----------------------------------------------------|\n| java.lang.Object ||\n| ↳ | com.android.tradefed.sandbox.TradefedSandboxFactory |\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\nDefault implementation for SandboxFactory\n\nSummary\n-------\n\n| ### Public constructors ||\n|----------------------------------------------------------------------------------------------------------------------------------------------------------|---|\n| ` `[TradefedSandboxFactory](../../../../../../reference/tradefed/com/android/tradefed/sandbox/TradefedSandboxFactory.html#TradefedSandboxFactory())`() ` |\n\n| ### Public methods ||\n|------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ` `[ISandbox](../../../../../../reference/tradefed/com/android/tradefed/sandbox/ISandbox.html) | ` `[createSandbox](../../../../../../reference/tradefed/com/android/tradefed/sandbox/TradefedSandboxFactory.html#createSandbox())`() ` Creates a sandbox instance that can be used to run an invocation |\n\nPublic constructors\n-------------------\n\n### TradefedSandboxFactory\n\n```\npublic TradefedSandboxFactory ()\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\nPublic methods\n--------------\n\n### createSandbox\n\n```\npublic ISandbox createSandbox ()\n```\n\nCreates a sandbox instance that can be used to run an invocation\n\n\u003cbr /\u003e\n\n| Returns ||\n|---------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------|\n| [ISandbox](../../../../../../reference/tradefed/com/android/tradefed/sandbox/ISandbox.html) | [ISandbox](../../../../../../reference/tradefed/com/android/tradefed/sandbox/ISandbox.html) \u003cbr /\u003e |"]]