RetentionFileSaver

public class RetentionFileSaver
extends Object

java.lang.Object
   ↳ com.android.tradefed.result.RetentionFileSaver


在目錄中建立 .retention 檔案的輔助類別。外部工具可使用此屬性,判斷可刪除目錄的時間。

摘要

欄位

public static final String RETENTION_DATE_FORMAT

public static final String RETENTION_FILE_NAME

公用建構函式

RetentionFileSaver()

公用方法

boolean shouldDelete(File retentionFile)
void writeRetentionFile(File dir, int logRetentionDays)

在指定的目錄中建立 .retention 檔案,時間戳記為 == current + logRetentionDays

欄位

RETENTION_DATE_FORMAT

public static final String RETENTION_DATE_FORMAT

RETENTION_FILE_NAME

public static final String RETENTION_FILE_NAME

公用建構函式

RetentionFileSaver

public RetentionFileSaver ()

公用方法

shouldDelete

public boolean shouldDelete (File retentionFile)

參數
retentionFile File

傳回
boolean

writeRetentionFile

public void writeRetentionFile (File dir, 
                int logRetentionDays)

在指定目錄中建立 .retention 檔案,時間戳記為 == current + logRetentionDays

參數
dir File

logRetentionDays int