public interface JarEntryFilter
| Modifier and Type | Method and Description |
|---|---|
AsciiBytes |
apply(AsciiBytes name,
JarEntryData entryData)
Apply the jar entry filter.
|
AsciiBytes apply(AsciiBytes name, JarEntryData entryData)
name - the current entry name. This may be different that the original entry
name if a previous filter has been appliedentryData - the entry data to filternull if the entry should not be
included.Copyright © 2017. All rights reserved.