RetentionFileSaver
public
class
RetentionFileSaver
extends Object
java.lang.Object
|
↳ |
com.android.tradefed.result.RetentionFileSaver
|
Lớp trợ giúp để tạo tệp .retention trong thư mục.
Dành cho các công cụ bên ngoài để xác định thời điểm có thể xoá một thư mục.
Tóm tắt
Phương thức công khai |
boolean
|
shouldDelete(File retentionFile)
|
void
|
writeRetentionFile(File dir, int logRetentionDays)
Tạo tệp .retention trong thư mục đã cho với dấu thời gian == hiện tại + logRetentionDays
|
Trường
public static final String RETENTION_DATE_FORMAT
RETENTION_FILE_NAME
public static final String RETENTION_FILE_NAME
Hàm khởi tạo công khai
RetentionFileSaver
public RetentionFileSaver ()
Phương thức công khai
shouldDelete
public boolean shouldDelete (File retentionFile)
Tham số |
retentionFile |
File |
writeRetentionFile
public void writeRetentionFile (File dir,
int logRetentionDays)
Tạo tệp .retention trong thư mục đã cho với dấu thời gian == hiện tại + logRetentionDays
Tham số |
dir |
File |
logRetentionDays |
int |