ListInstrumentationParser
public
class
ListInstrumentationParser
extends MultiLineReceiver
| java.lang.Object | ||
| ↳ | com.android.ddmlib.MultiLineReceiver | |
| ↳ | com.android.tradefed.util.ListInstrumentationParser | |
IShellOutputReceiver שמנתח את הפלט של שאילתת pm list instrumentation
סיכום
כיתות מוטמעות | |
|---|---|
class |
ListInstrumentationParser.InstrumentationTarget
|
שדות | |
|---|---|
public
static
final
Set<String> |
SHARDABLE_RUNNERS
|
constructors ציבוריים | |
|---|---|
ListInstrumentationParser()
|
|
methods ציבוריים | |
|---|---|
List<ListInstrumentationParser.InstrumentationTarget>
|
getInstrumentationTargets()
|
boolean
|
isCancelled()
|
void
|
processNewLines(String[] lines)
הפונקציה נקראת כשמתקבלות שורות חדשות בתהליך המרוחק. |
שדות
SHARDABLE_RUNNERS
public static final Set<String> SHARDABLE_RUNNERS
constructors ציבוריים
ListInstrumentationParser
public ListInstrumentationParser ()
methods ציבוריים
getInstrumentationTargets
public List<ListInstrumentationParser.InstrumentationTarget> getInstrumentationTargets ()
| החזרות | |
|---|---|
List<ListInstrumentationParser.InstrumentationTarget> |
|
isCancelled
public boolean isCancelled ()
| החזרות | |
|---|---|
boolean |
|
processNewLines
public void processNewLines (String[] lines)
הפונקציה נקראת כשמתקבלות שורות חדשות בתהליך המרוחק.
מובטח שהשורות יהיו מלאות כשהן יועברו לשיטה הזו.
| פרמטרים | |
|---|---|
lines |
String: המערך שמכיל את השורות החדשות. |