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