public interface JarScanFilter
Modifier and Type | Method and Description |
---|---|
boolean |
check(JarScanType jarScanType,
java.lang.String jarName) |
boolean check(JarScanType jarScanType, java.lang.String jarName)
jarScanType
- The type of JAR scan currently being performedjarName
- The name of the JAR file (without any path
information) to be checked to see if it should
be included in the results or nottrue
if the JAR should be returned in the results,
false
if it should be excludedCopyright © 2000-2018 Apache Software Foundation. All Rights Reserved.