IConfigOptionValueTransformer

public interface IConfigOptionValueTransformer

com.android.tradefed.config.IConfigOptionValueTransformer


用于操作配置选项值的接口

概括

公共方法

abstract Object transform (Object configObj, Option option, Object fieldValue)

公共方法

转换

public abstract Object transform (Object configObj, 
                Option option, 
                Object fieldValue)

参数
configObj Object

option Option

fieldValue Object

退货
Object