保留檔案儲存工具
public
class
RetentionFileSaver
extends Object
java.lang.Object
|
↳ |
com.android.tradefed.result.RetentionFileSaver
|
用於在目錄中建立 .retention 檔案的輔助類別。
可供外部工具用來判斷何時可以刪除目錄。
摘要
公用方法 |
boolean
|
shouldDelete(File retentionFile)
|
void
|
writeRetentionFile(File dir, int logRetentionDays)
在指定目錄中建立 .retention 檔案,時間戳記為 == current + logRetentionDays
|
欄位
public static final String RETENTION_DATE_FORMAT
RETENTION_FILE_NAME
public static final String RETENTION_FILE_NAME
公用建構函式
保留檔案儲存工具
public RetentionFileSaver ()
公用方法
應刪除
public boolean shouldDelete (File retentionFile)
寫入保留檔案
public void writeRetentionFile (File dir,
int logRetentionDays)
在指定目錄中建立 .retention 檔案,時間戳記為 == current + logRetentionDays
參數 |
dir |
File |
logRetentionDays |
int |