com.android.sdklib.build
Interface RenderScriptProcessor.CommandLineLauncher

Enclosing class:
RenderScriptProcessor

public static interface RenderScriptProcessor.CommandLineLauncher


Method Summary
 void launch(java.io.File executable, java.util.List<java.lang.String> arguments, java.util.Map<java.lang.String,java.lang.String> envVariableMap)
           
 

Method Detail

launch

void launch(@NonNull
            java.io.File executable,
            @NonNull
            java.util.List<java.lang.String> arguments,
            @NonNull
            java.util.Map<java.lang.String,java.lang.String> envVariableMap)
            throws java.io.IOException,
                   java.lang.InterruptedException
Throws:
java.io.IOException
java.lang.InterruptedException