Package com.google.cloud.tools.jib.tar
Class TarExtractor
java.lang.Object
com.google.cloud.tools.jib.tar.TarExtractor
Extracts a tarball.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TarExtractor
public TarExtractor()
-
-
Method Details
-
extract
Extracts a tarball to the specified destination.- Parameters:
source- the tarball to extractdestination- the output directory- Throws:
IOException- if extraction fails
-