SandboxConfigDump
public class SandboxConfigDump
extends Object
java.lang.Object | |
↳ | com.android.tradefed.sandbox.SandboxConfigDump |
コマンドラインに基づいてIConfiguration
を作成し、それをファイルにダンプするランナークラス。引数:
概要
ネストされたクラス | |
---|---|
enum | SandboxConfigDump.DumpCmd
|
田畑 | |
---|---|
public static final | VERSIONED_ELEMENTS バージョン管理された要素を出力しないのは、それらを解決しようとしたときに親プロセスで問題が発生するのを防ぐためです。 |
パブリックコンストラクター | |
---|---|
SandboxConfigDump () |
パブリックメソッド | |
---|---|
static void | main (String[] mainArgs) |
int | parse (String[] args) 引数を解析し、 |
田畑
VERSIONED_ELEMENTS
public static finalVERSIONED_ELEMENTS
バージョン管理された要素を出力しないのは、それらを解決しようとしたときに親プロセスで問題が発生するのを防ぐためです。
パブリックコンストラクター
SandboxConfigDump
public SandboxConfigDump ()
パブリックメソッド
メイン
public static void main (String[] mainArgs)
パラメーター | |
---|---|
mainArgs | String |
解析する
public int parse (String[] args)
引数を解析し、 IConfiguration
からIConfiguration
を作成してから、結果ファイルにダンプします。
パラメーター | |
---|---|
args | String |
戻り値 | |
---|---|
int |
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 2019-10-02 UTC.