RemoteInvocationExecution.FileOptionValueTransformer

protected static class RemoteInvocationExecution.FileOptionValueTransformer
extends Object implements IConfigOptionValueTransformer

java.lang.Object
   ↳ com.android.tradefed.invoker.RemoteInvocationExecution.FileOptionValueTransformer


概要

パブリック コンストラクタ

FileOptionValueTransformer(String baseRemoteDir)

パブリック メソッド

Map<String, String> getRenamedFiles()
Object transform(Object configObj, Option option, Object fieldValue)

パブリック コンストラクタ

FileOptionValueTransformer

public FileOptionValueTransformer (String baseRemoteDir)

パラメータ
baseRemoteDir String

パブリック メソッド

getRenamedFiles

public Map<String, String> getRenamedFiles ()

戻り値
Map<String, String>

変換

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

パラメータ
configObj Object

option Option

fieldValue Object

戻り値
Object