public interface JarEntryFilter
JarFile. Also map each entry
to location.| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(java.util.jar.JarEntry entry)
Tests if a specified JarEntry should be unpacked.
|
java.lang.String |
getOutputFilePath(java.util.jar.JarEntry entry)
Map entry to location.
|
boolean accept(java.util.jar.JarEntry entry)
entry - a entry to testjava.lang.String getOutputFilePath(java.util.jar.JarEntry entry)
entry - a entry to map.Copyright © 2014 Yandex. All Rights Reserved.