public class SpringBootExecutableStripper extends Object implements Stripper
| Constructor and Description |
|---|
SpringBootExecutableStripper(boolean overwrite,
io.github.zlika.reproducible.DefaultZipStripper zipStripper)
Constructor.
|
public SpringBootExecutableStripper(boolean overwrite,
io.github.zlika.reproducible.DefaultZipStripper zipStripper)
overwrite - true to overwrite the original file.zipStripper - Stripper to use to process the ZIP file.public void strip(File in, File out) throws IOException
Stripperstrip in interface Stripperin - the input file.out - the stripped output file.IOException - if an I/O error occurs.Copyright © 2015–1970. All rights reserved.