{i>IHostResourceManager<i}

public interface IHostResourceManager

com.android.tradefed.host.IHostResourceManager


Antarmuka ke resource host pengelola.

Ringkasan

Metode publik

abstract void cleanup()

Bersihkan resource host.

abstract File getFile(String name)

Dapatkan file lokal resource host berdasarkan ID resource.

abstract void setup()

Menyiapkan resource host.

Metode publik

pembersihan

public abstract void cleanup ()

Bersihkan resource host.

{i>getFile<i}

public abstract File getFile (String name)

Dapatkan file lokal resource host berdasarkan ID resource.

Parameter
name String: ID resource resource host.

Hasil
File File lokal dari resource host.

siapkan

public abstract void setup ()

Menyiapkan resource host. Sumber daya {i>host<i} mungkin berasal dari tempat yang berbeda, jarak jauh di {i>cloud<i} atau file lokal. Antarmuka ini menyediakan cara terpadu bagi tradefed untuk mendapatkan resource host mereka. harus mengunduh file dengan benar ke jaringan lokal dan kemudian dapat memperoleh file lokal dengan nama sumber daya {i>host<i} melalui getFile.

Menampilkan
com.android.tradefed.config.ConfigurationException
ConfigurationException