IConfigOptionValueTransformer

public interface IConfigOptionValueTransformer

com.android.tradefed.config.IConfigOptionValueTransformer


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

摘要

公共方法

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

公共方法

transform

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

参数
configObj Object

option Option

fieldValue Object

返回
Object