public interface Configuration
Modifier and Type | Method and Description |
---|---|
List<String> |
getValueListBySearch(String searchCommand)
根据搜索命令对文件进行搜索并返回结果列表 Search the file according to the search command and return a list of results
|
List<String> getValueListBySearch(String searchCommand)
searchCommand
- 搜索命令,格式类似XPath语法,以"//"开始每层用"/"分割开 Search command, the format is similar to XPath syntax, starting with "//" and separating each layer with "/"Copyright © 2016–2021. All rights reserved.