版本檔案
public
class
VersionedFile
extends Object
java.lang.Object | |
↳ | com.android.tradefed.build.VersionedFile |
代表具有關聯版本檔案的資料結構。
摘要
公用建構函式 | |
---|---|
VersionedFile(File file, String version)
|
公用方法 | |
---|---|
File
|
getFile()
|
String
|
getVersion()
|
String
|
toString()
|
公用建構函式
版本檔案
public VersionedFile (File file, String version)
參數 | |
---|---|
file |
File |
version |
String |
公用方法
getFile
public File getFile ()
傳回 | |
---|---|
File |
getVersion
public String getVersion ()
傳回 | |
---|---|
String |
toString
public String toString ()
傳回 | |
---|---|
String |