Tiện ích tệp từ xa

public class RemoteFileUtil
extends Object

java.lang.Object
   ↳ com.android.tradefed.device.cloud.RemoteFileUtil


Lớp tiện ích để xử lý tệp từ một thực thể từ xa

Tóm tắt

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

RemoteFileUtil()

Phương thức công khai

static boolean doesRemoteFileExist(GceAvdInfo remoteInstance, TestDeviceOptions options, IRunUtil runUtil, long timeout, String remotePath)

Kiểm tra xem tệp (hoặc thư mục) có tồn tại trên thực thể từ xa hay không

static File fetchRemoteDir(GceAvdInfo remoteInstance, TestDeviceOptions options, IRunUtil runUtil, long timeout, String remoteDirPath)

Tìm nạp một thư mục từ xa trên máy chủ lưu trữ từ xa.

static boolean fetchRemoteDir(GceAvdInfo remoteInstance, TestDeviceOptions options, IRunUtil runUtil, long timeout, String remoteDirPath, File localDir)

Tìm nạp một thư mục từ xa trên máy chủ lưu trữ từ xa.

static File fetchRemoteFile(GceAvdInfo remoteInstance, TestDeviceOptions options, IRunUtil runUtil, long timeout, String remoteFilePath)

Tìm nạp một tệp từ xa trong thực thể vùng chứa.

static boolean fetchRemoteFile(GceAvdInfo remoteInstance, TestDeviceOptions options, IRunUtil runUtil, long timeout, String remoteFilePath, File localFile)

Tìm nạp một tệp từ xa trong thực thể thiết bị hoặc vùng chứa.

static boolean pushFileToRemote(GceAvdInfo remoteInstance, TestDeviceOptions options, scpArgs, IRunUtil runUtil, long timeout, String remoteFilePath, File localFile)

Đẩy ERROR(/File) từ máy chủ cục bộ đến thực thể từ xa

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

Tiện ích tệp từ xa

public RemoteFileUtil ()

Phương thức công khai

doRemoteFileExist

public static boolean doesRemoteFileExist (GceAvdInfo remoteInstance, 
                TestDeviceOptions options, 
                IRunUtil runUtil, 
                long timeout, 
                String remotePath)

Kiểm tra xem tệp (hoặc thư mục) có tồn tại trên thực thể từ xa hay không

Tham số
remoteInstance GceAvdInfo: GceAvdInfo mô tả thiết bị.

options TestDeviceOptions: TestDeviceOptions mô tả các tuỳ chọn thiết bị sẽ được sử dụng cho thiết bị GCE.

runUtil IRunUtil: IRunUtil để thực thi các lệnh.

timeout long: tính bằng mili giây để hoàn tất quá trình tìm nạp

remotePath String: Đường dẫn từ xa nơi tìm tệp.

Giá trị trả về
boolean liệu tệp có tồn tại hay không

tìm nạpRemoteDir

public static File fetchRemoteDir (GceAvdInfo remoteInstance, 
                TestDeviceOptions options, 
                IRunUtil runUtil, 
                long timeout, 
                String remoteDirPath)

Tìm nạp một thư mục từ xa trên máy chủ lưu trữ từ xa.

Tham số
remoteInstance GceAvdInfo: GceAvdInfo mô tả thiết bị.

options TestDeviceOptions: TestDeviceOptions mô tả các tuỳ chọn thiết bị sẽ được sử dụng cho thiết bị GCE.

runUtil IRunUtil: IRunUtil để thực thi các lệnh.

timeout long: tính bằng mili giây để hoàn tất quá trình tìm nạp

remoteDirPath String: Đường dẫn từ xa để tìm thư mục.

Giá trị trả về
File Thư mục được kéo ERROR(/File) nếu thành công, nếu không thì sẽ rỗng

tìm nạpRemoteDir

public static boolean fetchRemoteDir (GceAvdInfo remoteInstance, 
                TestDeviceOptions options, 
                IRunUtil runUtil, 
                long timeout, 
                String remoteDirPath, 
                File localDir)

Tìm nạp một thư mục từ xa trên máy chủ lưu trữ từ xa.

Tham số
remoteInstance GceAvdInfo: GceAvdInfo mô tả thiết bị.

options TestDeviceOptions: TestDeviceOptions mô tả các tuỳ chọn thiết bị sẽ được sử dụng cho thiết bị GCE.

runUtil IRunUtil: IRunUtil để thực thi các lệnh.

timeout long: tính bằng mili giây để hoàn tất quá trình tìm nạp

remoteDirPath String: Đường dẫn từ xa để tìm thư mục.

localDir File: Thư mục cục bộ nơi đặt các tệp được kéo.

Giá trị trả về
boolean True nếu thành công, nếu không thì False

Tìm nạpĐiều khiển từ xa

public static File fetchRemoteFile (GceAvdInfo remoteInstance, 
                TestDeviceOptions options, 
                IRunUtil runUtil, 
                long timeout, 
                String remoteFilePath)

Tìm nạp một tệp từ xa trong thực thể vùng chứa.

Tham số
remoteInstance GceAvdInfo: GceAvdInfo mô tả thiết bị.

options TestDeviceOptions: TestDeviceOptions mô tả các tuỳ chọn thiết bị sẽ được sử dụng cho thiết bị GCE.

runUtil IRunUtil: IRunUtil để thực thi các lệnh.

timeout long: tính bằng mili giây để hoàn tất quá trình tìm nạp

remoteFilePath String: Đường dẫn từ xa nơi tìm tệp.

Giá trị trả về
File Tệp được lấy dữ liệu nếu thành công, nếu không thì dữ liệu sẽ không có giá trị

Tìm nạpĐiều khiển từ xa

public static boolean fetchRemoteFile (GceAvdInfo remoteInstance, 
                TestDeviceOptions options, 
                IRunUtil runUtil, 
                long timeout, 
                String remoteFilePath, 
                File localFile)

Tìm nạp một tệp từ xa trong thực thể thiết bị hoặc vùng chứa.

Tham số
remoteInstance GceAvdInfo: GceAvdInfo mô tả thiết bị.

options TestDeviceOptions: TestDeviceOptions mô tả các tuỳ chọn thiết bị sẽ được sử dụng cho thiết bị GCE.

runUtil IRunUtil: IRunUtil để thực thi các lệnh.

timeout long: tính bằng mili giây để hoàn tất quá trình tìm nạp

remoteFilePath String: Đường dẫn từ xa nơi tìm tệp.

localFile File: ERROR(/File) cục bộ nơi tệp từ xa sẽ được kéo

Giá trị trả về
boolean True nếu thành công, nếu không thì False

pushFileToRemote

public static boolean pushFileToRemote (GceAvdInfo remoteInstance, 
                TestDeviceOptions options, 
                 scpArgs, 
                IRunUtil runUtil, 
                long timeout, 
                String remoteFilePath, 
                File localFile)

Đẩy ERROR(/File) từ máy chủ cục bộ đến thực thể từ xa

Tham số
remoteInstance GceAvdInfo: GceAvdInfo mô tả thiết bị.

options TestDeviceOptions: TestDeviceOptions mô tả các tuỳ chọn thiết bị sẽ được sử dụng cho thiết bị GCE.

scpArgs : đối số bổ sung sẽ được truyền đến lệnh scp

runUtil IRunUtil: IRunUtil để thực thi các lệnh.

timeout long: tính bằng mili giây để hoàn tất quá trình tìm nạp

remoteFilePath String: Đường dẫn từ xa nơi tìm tệp.

localFile File: ERROR(/File) cục bộ nơi tệp từ xa sẽ được kéo

Giá trị trả về
boolean True nếu thành công, nếu không thì False