public interface JarEntryFilter
String apply(String entryName, JarEntry entry)
entryName - the current entry name. This may be different that the original
entry name if a previous filter has been appliedentry - the entry to filternull if the entry should not be
included.Copyright © 2013. All Rights Reserved.