ConfigCompleter

public class ConfigCompleter
extends Object implements Completer

java.lang.Object
com.android.tradefed.command.console.ConfigCompleter


हमारे TF कॉन्फ़िगरेशन के लिए, Completer को लागू करना.

खास जानकारी

सार्वजनिक कंस्ट्रक्टर

ConfigCompleter(List<String> listConfig)

पब्लिक मेथड

void complete(LineReader reader, ParsedLine line, List<Candidate> candidates)

सार्वजनिक कंस्ट्रक्टर

ConfigCompleter

public ConfigCompleter (List<String> listConfig)

पैरामीटर
listConfig List

पब्लिक मेथड

पूरा करें

public void complete (LineReader reader, 
                ParsedLine line, 
                List<Candidate> candidates)

पैरामीटर
reader LineReader

line ParsedLine

candidates List