ListInstrumentationParser

public class ListInstrumentationParser
extends MultiLineReceiver

java.lang.Object
   ↳ com.android.ddmlib.MultiLineReceiver
     ↳ com.android.tradefed.util.ListInstrumentationParser


IShellOutputReceiver yang mengurai output kueri 'pm list instrumentation'

Ringkasan

Class bertingkat

class ListInstrumentationParser.InstrumentationTarget

 

Kolom

public static final Set<String> SHARDABLE_RUNNERS

Konstruktor publik

ListInstrumentationParser()

Metode publik

List<ListInstrumentationParser.InstrumentationTarget> getInstrumentationTargets()
boolean isCancelled()

void processNewLines(String[] lines)

Dipanggil saat baris baru diterima oleh proses jarak jauh.

Kolom

SHARDABLE_RUNNERS

public static final Set<String> SHARDABLE_RUNNERS

Konstruktor publik

ListInstrumentationParser

public ListInstrumentationParser ()

Metode publik

getInstrumentationTargets

public List<ListInstrumentationParser.InstrumentationTarget> getInstrumentationTargets ()

Hasil
List<ListInstrumentationParser.InstrumentationTarget>

isCancelled

public boolean isCancelled ()

Hasil
boolean

processNewLines

public void processNewLines (String[] lines)

Dipanggil saat baris baru diterima oleh proses jarak jauh.

Baris dijamin lengkap saat diberikan ke metode ini.

Parameter
lines String: Array yang berisi baris baru.