ListInstrumentationParser
public
class
ListInstrumentationParser
extends MultiLineReceiver
| java.lang.Object | ||
| ↳ | com.android.ddmlib.MultiLineReceiver | |
| ↳ | com.android.tradefed.util.ListInstrumentationParser | |
'pm list instrumentation' クエリの出力を解析する IShellOutputReceiver
概要
ネストされたクラス | |
|---|---|
class |
ListInstrumentationParser.InstrumentationTarget
|
フィールド | |
|---|---|
public
static
final
Set<String> |
SHARDABLE_RUNNERS
|
パブリック コンストラクタ | |
|---|---|
ListInstrumentationParser()
|
|
パブリック メソッド | |
|---|---|
List<ListInstrumentationParser.InstrumentationTarget>
|
getInstrumentationTargets()
|
boolean
|
isCancelled()
|
void
|
processNewLines(String[] lines)
リモート プロセスが新しい行を受信したときに呼び出されます。 |
フィールド
SHARDABLE_RUNNERS
public static final Set<String> SHARDABLE_RUNNERS
パブリック コンストラクタ
ListInstrumentationParser
public ListInstrumentationParser ()
パブリック メソッド
getInstrumentationTargets
public List<ListInstrumentationParser.InstrumentationTarget> getInstrumentationTargets ()
| 戻り値 | |
|---|---|
List<ListInstrumentationParser.InstrumentationTarget> |
|
isCancelled
public boolean isCancelled ()
| 戻り値 | |
|---|---|
boolean |
|
processNewLines
public void processNewLines (String[] lines)
リモート プロセスが新しい行を受信したときに呼び出されます。
このメソッドに渡される行は完全であることが保証されます。
| パラメータ | |
|---|---|
lines |
String: 新しい行を含む配列。 |