public final class PropertiesFileStripper extends Object implements Stripper
| Constructor and Description |
|---|
PropertiesFileStripper(String... propertiesToRemove)
Constructor.
|
public PropertiesFileStripper(String... propertiesToRemove)
propertiesToRemove - list of properties to remove from the 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.