CommandFileParser 类中的方法

public class CommandFileParser
extends Object

java.lang.Object 中
   ↳ com.android.tradefed.command.CommandFileParser


包含一组命令行的文件的解析器。

给定文件的语法应为一系列行。每一行都是一个命令即 及其选项:

   [options] config-name
   [options] config-name2
   ...
 

摘要

嵌套类

class CommandFileParser.CommandLine

 

公共构造函数

CommandFileParser()

公共方法

getIncludedFiles()

返回上次解析的命令文件中包含的命令文件。

parseFile(File file)

解析 file 中包含的命令,并根据需要进行宏扩展

公共构造函数

CommandFileParser 类中的方法

public CommandFileParser ()

公共方法

getIncludedFiles

public  getIncludedFiles ()

返回上次解析的命令文件中包含的命令文件。

返回

parseFile

public  parseFile (File file)

解析 file 中包含的命令,并根据需要进行宏扩展

参数
file File:要解析的 ERROR(/File)

返回
已解析命令的列表

抛出
如果未能读取文件
ConfigurationException 如果无法解析文件的内容