IRemoteFileResolver.ResolveFile

public static class IRemoteFileResolver.ResolvedFile
extends Object

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


Lớp lưu giữ 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)

Liệu có nên xoá tệp đã giải quyết ở cuối lệnh gọi hay không.

File getResolvedFile()
boolean shouldCleanUp()

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

Tệp đã giải quyết

public ResolvedFile (File resolvedFile)

Tham số
resolvedFile File

Phương thức công khai

dọn dẹp

public IRemoteFileResolver.ResolvedFile cleanUp (boolean cleanUp)

Liệu có nên xoá tệp đã giải quyết ở cuối lệnh gọi hay không. Đặt thành false cho một tệp không nên xoá. Ví dụ: một tệp trên máy mà bạn sở hữu.

Tham số
cleanUp boolean

Giá trị trả về
IRemoteFileResolver.ResolvedFile

Tệp giải quyết

public File getResolvedFile ()

Giá trị trả về
File

nênDọn dẹp

public boolean shouldCleanUp ()

Giá trị trả về
boolean