Package org.apache.flink.tests.util
Class CommandLineWrapper.TarBuilder
- java.lang.Object
-
- org.apache.flink.tests.util.CommandLineWrapper.TarBuilder
-
- Enclosing class:
- CommandLineWrapper
public static final class CommandLineWrapper.TarBuilder extends Object
Wrapper around tar used for extracting .tar archives.
-
-
Constructor Summary
Constructors Constructor Description TarBuilder(Path file)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]
build()
CommandLineWrapper.TarBuilder
extract()
CommandLineWrapper.TarBuilder
strip(int num)
CommandLineWrapper.TarBuilder
targetDir(Path dir)
CommandLineWrapper.TarBuilder
zipped()
-
-
-
Constructor Detail
-
TarBuilder
public TarBuilder(Path file)
-
-
Method Detail
-
zipped
public CommandLineWrapper.TarBuilder zipped()
-
extract
public CommandLineWrapper.TarBuilder extract()
-
targetDir
public CommandLineWrapper.TarBuilder targetDir(Path dir)
-
strip
public CommandLineWrapper.TarBuilder strip(int num)
-
build
public String[] build()
-
-