Thử lại cấu hình trong nhà máy
public
class
RetryConfigurationFactory
extends ConfigurationFactory
java.lang.Object | ||
↳ | com.android.tradefed.config.ConfigurationFactory | |
↳ | com.android.tradefed.config.Thử lạiConfigurationFactory |
Nhà máy xử lý việc thử lại một lệnh.
Tóm tắt
Hàm khởi tạo công khai | |
---|---|
RetryConfigurationFactory()
|
Phương thức công khai | |
---|---|
IConfiguration
|
createRetryConfiguration(IConfiguration retryConfig)
Tạo cấu hình thử lại từ trình chạy thử lại. |
static
RetryConfigurationFactory
|
getInstance()
Lấy thực thể singleton |
Hàm khởi tạo công khai
Thử lại cấu hình trong nhà máy
public RetryConfigurationFactory ()
Phương thức công khai
Tạo lạiCấu hình thử lại
public IConfiguration createRetryConfiguration (IConfiguration retryConfig)
Tạo cấu hình thử lại từ trình chạy thử lại.
Tham số | |
---|---|
retryConfig |
IConfiguration |
Giá trị trả về | |
---|---|
IConfiguration |
Gửi | |
---|---|
ConfigurationException |
getInstance
public static RetryConfigurationFactory getInstance ()
Lấy thực thể singleton IConfigurationFactory
.
Giá trị trả về | |
---|---|
RetryConfigurationFactory |