public final class ManifestStripper extends Object implements Stripper
| Constructor and Description |
|---|
ManifestStripper()
Creates a stripper that will remove a default list of manifest attributes.
|
ManifestStripper(List<String> manifestAttributes)
Creates a stripper that will remove a default list of manifest attributes
plus additional user-specified attributes.
|
public ManifestStripper()
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.