Package org.apache.flink.test.util
Class ShellScript
- java.lang.Object
-
- org.apache.flink.test.util.ShellScript
-
public class ShellScript extends Object
ShellScript for creating shell script on linux and windows.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ShellScript.ShellScriptBuilder
Builder to create shell script.
-
Constructor Summary
Constructors Constructor Description ShellScript()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ShellScript.ShellScriptBuilder
createShellScriptBuilder()
static String
getScriptExtension()
-
-
-
Method Detail
-
createShellScriptBuilder
public static ShellScript.ShellScriptBuilder createShellScriptBuilder()
-
getScriptExtension
public static String getScriptExtension()
-
-