CommandFileParser.CommandLine

public static class CommandFileParser.CommandLine
extends Object

java.lang.Object의 클래스
   ↳ com.android.tradefed.command.CommandFileParser.CommandLine


요약

공개 메서드

String[] asArray()
boolean equals(Object o)
File getFile()
int getLineNumber()
int hashCode()

공개 메서드

asArray

public String[] asArray ()

반환 값
String[]

같음

public boolean equals (Object o)

매개변수
o Object

반환 값
boolean

파일 가져오기

public File getFile ()

반환 값
File

getLineNumber

public int getLineNumber ()

반환 값
int

hashCode

public int hashCode ()

반환 값
int