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
|
SHARDABLE_RUNNERS
|
공개 생성자 | |
|---|---|
ListInstrumentationParser()
|
|
공개 메서드 | |
|---|---|
|
getInstrumentationTargets()
|
boolean
|
isCancelled()
|
void
|
processNewLines(String[] lines)
원격 프로세스에서 새 줄을 수신할 때 호출됩니다. |
필드
SHARDABLE_RUNNERS
public static finalSHARDABLE_RUNNERS
공개 생성자
ListInstrumentationParser
public ListInstrumentationParser ()
공개 메서드
getInstrumentationTargets
publicgetInstrumentationTargets ()
| 반환 값 | |
|---|---|
|
|
isCancelled
public boolean isCancelled ()
| 반환 값 | |
|---|---|
boolean |
|
processNewLines
public void processNewLines (String[] lines)
원격 프로세스에서 새 줄을 수신할 때 호출됩니다.
이 메서드에 제공되는 줄은 완전한 줄입니다.
| 매개변수 | |
|---|---|
lines |
String: 새 줄이 포함된 배열입니다. |