2026 年より、トランク安定版開発モデルに沿ってエコシステムのプラットフォームの安定性を確保するため、第 2 四半期と第 4 四半期に AOSP にソースコードを公開します。AOSP のビルドとコントリビューションには、aosp-main ではなく android-latest-release を使用することをおすすめします。android-latest-release マニフェスト ブランチは、常に AOSP にプッシュされた最新のリリースを参照します。詳細については、AOSP の変更点をご覧ください。
Google uses AI technology to translate content into your preferred language. AI translations can contain errors.
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
SandboxConfigurationFactory
public
class
SandboxConfigurationFactory
extends ConfigurationFactory
サンドボックス用に構成の作成を処理する特別な構成ファクトリ。
TODO: 構成ダンプ部分を別のクラスに分割
概要
フィールド
OPTION_IGNORED_ELEMENTS
public static final OPTION_IGNORED_ELEMENTS
パブリック コンストラクタ
SandboxConfigurationFactory
public SandboxConfigurationFactory ()
パブリック メソッド
createConfigurationFromArgs
public IConfiguration createConfigurationFromArgs (String[] args,
IKeyStoreClient keyStoreClient,
ISandbox sandbox,
IRunUtil runUtil)
指定されたコマンドラインおよびサンドボックスに基づいて IConfiguration を作成します。
| パラメータ |
args |
String: 実行のコマンドライン。 |
keyStoreClient |
IKeyStoreClient: キーを読み込む IKeyStoreClient。 |
sandbox |
ISandbox: 実行に使用される ISandbox。 |
runUtil |
IRunUtil: コマンドを実行する IRunUtil。 |
| 例外 |
ConfigurationException |
|
createConfigurationFromArgs
public IConfiguration createConfigurationFromArgs (String[] arrayArgs,
SandboxConfigDump.DumpCmd command)
コマンドのダンプを実行するときに。特定の期待値を含む構成を作成する。
| パラメータ |
arrayArgs |
String: 実行のコマンドライン。 |
command |
SandboxConfigDump.DumpCmd: 実行中のダンプ コマンド |
| 例外 |
ConfigurationException |
|
createConfigurationFromArgs
public IConfiguration createConfigurationFromArgs (String[] args,
IKeyStoreClient keyStoreClient,
ISandbox sandbox,
IRunUtil runUtil,
File globalConfig)
指定されたコマンドラインおよびサンドボックスに基づいて IConfiguration を作成します。
| パラメータ |
args |
String: 実行のコマンドライン。 |
keyStoreClient |
IKeyStoreClient: キーを読み込む IKeyStoreClient。 |
sandbox |
ISandbox: 実行に使用される ISandbox。 |
runUtil |
IRunUtil: コマンドを実行する IRunUtil。 |
globalConfig |
File |
| 例外 |
ConfigurationException |
|
保護されたメソッド
getConfigurationDef
protected ConfigurationDef getConfigurationDef (String name,
boolean isGlobal,
templateMap)
指定された名前の ConfigurationDef を取得します。
| パラメータ |
name |
String: 読み込む組み込み構成の名前、または読み込む構成ファイルのファイルパス |
isGlobal |
boolean |
templateMap |
|
| 例外 |
ConfigurationException |
|
このページのコンテンツやコードサンプルは、コンテンツ ライセンスに記載のライセンスに従います。Java および OpenJDK は Oracle および関連会社の商標または登録商標です。
最終更新日 2025-07-26 UTC。
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2025-07-26 UTC。"],[],[]]