public static final class CommandLineWrapper.TarBuilder extends Object
Constructor and Description |
---|
TarBuilder(Path file) |
Modifier and Type | Method and Description |
---|---|
String[] |
build() |
CommandLineWrapper.TarBuilder |
extract() |
CommandLineWrapper.TarBuilder |
strip(int num) |
CommandLineWrapper.TarBuilder |
targetDir(Path dir) |
CommandLineWrapper.TarBuilder |
zipped() |
public TarBuilder(Path file)
public CommandLineWrapper.TarBuilder zipped()
public CommandLineWrapper.TarBuilder extract()
public CommandLineWrapper.TarBuilder targetDir(Path dir)
public CommandLineWrapper.TarBuilder strip(int num)
public String[] build()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.