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)
|
공개 생성자
CommandFileParser
public CommandFileParser ()
공개 메서드
getIncludedFiles
publicgetIncludedFiles ()
마지막으로 파싱된 명령어 파일에 의해 포함된 명령어 파일을 반환합니다.
반환 값 | |
---|---|
|
parseFile 클래스의 정적 변수
publicparseFile (File file)
file
에 포함된 명령어를 파싱하여 필요에 따라 매크로 확장을 실행합니다.
매개변수 | |
---|---|
file |
File : 파싱할 ERROR(/File) 입니다. |
반환 값 | |
---|---|
|
파싱된 명령어 목록 |
생성 값 | |
---|---|
|
파일을 읽을 수 없는 경우 |
ConfigurationException |
파일의 콘텐츠를 파싱할 수 없는 경우 |