IConfigurationReceiver

public interface IConfigurationReceiver

com.android.tradefed.config.IConfigurationReceiver


IConfigurationを受け入れるオブジェクトを表す単純なインターフェイス。

テストまたはその他の構成オブジェクトは、それらが含まれているIConfigurationにアクセスする必要がある場合、このインターフェイスを実装する必要があります。

まとめ

公開メソッド

abstract void setConfiguration ( IConfiguration configuration)

使用中のIConfigurationを挿入します。

公開メソッド

setConfiguration

public abstract void setConfiguration (IConfiguration configuration)

使用中のIConfigurationを挿入します。

パラメーター
configuration IConfiguration