public class PathJarEntryFilter extends java.lang.Object implements JarEntryFilter
| Constructor and Description |
|---|
PathJarEntryFilter(java.lang.String path) |
| 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.
|
public boolean accept(java.util.jar.JarEntry entry)
JarEntryFilteraccept in interface JarEntryFilterentry - a entry to testpublic java.lang.String getOutputFilePath(java.util.jar.JarEntry entry)
JarEntryFiltergetOutputFilePath in interface JarEntryFilterentry - a entry to map.Copyright © 2014 Yandex. All Rights Reserved.