Package org.apache.flink.test.util
Class ShellScript.ShellScriptBuilder
- java.lang.Object
-
- org.apache.flink.test.util.ShellScript.ShellScriptBuilder
-
- Enclosing class:
- ShellScript
public abstract static class ShellScript.ShellScriptBuilder extends Object
Builder to create shell script.
-
-
Constructor Summary
Constructors Constructor Description ShellScriptBuilder()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract void
command(List<String> command)
abstract void
env(String key, String value)
void
write(File file)
-
-
-
Method Detail
-
write
public void write(File file) throws IOException
- Throws:
IOException
-
-