CommandFile 剖析器

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 中的指令,視需要執行巨集展開

公用建構函式

CommandFile 剖析器

public CommandFileParser ()

公用方法

getIncludedFiles

public  getIncludedFiles ()

傳回最後一個剖析指令檔案中包含的指令檔案。

傳回

剖析檔案

public  parseFile (File file)

剖析 file 中的指令,視需要執行巨集展開

參數
file File:要剖析的 ERROR(/File)

傳回
剖析指令清單

擲回
表示無法讀取檔案時
ConfigurationException 無法剖析檔案內容時的情況