IRemoteFeature

public interface IRemoteFeature

com.android.tradefed.service.IRemoteFeature


Interface describing a feature in Tradefed that can be executed based on the request.

Summary

Public methods

abstract FeatureResponse execute(FeatureRequest request)

Returns a FeatureResponse based on the request.

abstract String getName()

Name of the feature.

Public methods

execute

public abstract FeatureResponse execute (FeatureRequest request)

Returns a FeatureResponse based on the request.

Parameters
request FeatureRequest

Returns
FeatureResponse

getName

public abstract String getName ()

Name of the feature. Must match FeatureRequest#getName().

Returns
String