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