IRemoteFileResolver.ResolvedFile

public static class IRemoteFileResolver.ResolvedFile
extends Object

java.lang.Object
   ↳ com.android.tradefed.config.remote.IRemoteFileResolver.ResolvedFile


Lớp chứa thông tin về tệp đã phân giải và một số siêu dữ liệu.

Tóm tắt

Hàm khởi tạo công khai

ResolvedFile(File resolvedFile)

Phương thức công khai

IRemoteFileResolver.ResolvedFile cleanUp(boolean cleanUp)

Có nên xoá tệp đã phân giải khi kết thúc lệnh gọi hay không.

File getResolvedFile()
boolean shouldCleanUp()

Hàm khởi tạo công khai

ResolvedFile

public ResolvedFile (File resolvedFile)

Tham số
resolvedFile File

Phương thức công khai

cleanUp

public IRemoteFileResolver.ResolvedFile cleanUp (boolean cleanUp)

Có nên xoá tệp đã phân giải khi kết thúc lệnh gọi hay không. Đặt thành giá trị sai đối với tệp không được xoá. Ví dụ: tệp cục bộ mà bạn sở hữu.

Tham số
cleanUp boolean

Giá trị trả về
IRemoteFileResolver.ResolvedFile

getResolvedFile

public File getResolvedFile ()

Giá trị trả về
File

shouldCleanUp

public boolean shouldCleanUp ()

Giá trị trả về
boolean