IRemoteFileResolver.ResolvedFile
public
static
class
IRemoteFileResolver.ResolvedFile
extends Object
java.lang.Object | |
↳ | com.android.tradefed.config.remote.IRemoteFileResolver.ResolvedFile |
這個類別會保留已解決檔案和部分中繼資料的相關資訊。
摘要
公用建構函式 | |
---|---|
ResolvedFile(File resolvedFile)
|
公用方法 | |
---|---|
IRemoteFileResolver.ResolvedFile
|
cleanUp(boolean cleanUp)
是否在叫用結束時刪除已解析的檔案。 |
File
|
getResolvedFile()
|
boolean
|
shouldCleanUp()
|
公用建構函式
已解決的檔案
public ResolvedFile (File resolvedFile)
參數 | |
---|---|
resolvedFile |
File |
公用方法
清理
public IRemoteFileResolver.ResolvedFile cleanUp (boolean cleanUp)
是否在叫用結束時刪除已解析的檔案。設為 false。例如:您擁有的本機檔案。
參數 | |
---|---|
cleanUp |
boolean |
傳回 | |
---|---|
IRemoteFileResolver.ResolvedFile |
getResolvedFile
public File getResolvedFile ()
傳回 | |
---|---|
File |
應清除
public boolean shouldCleanUp ()
傳回 | |
---|---|
boolean |