public interface JarScanFilter
Modifier and Type | Method and Description |
---|---|
boolean |
check(JarScanType jarScanType,
String jarName) |
default boolean |
isSkipAll() |
boolean check(JarScanType jarScanType, 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 excludeddefault boolean isSkipAll()
true
if all of the scans should be skipped which
can improve startup performance. The default is false
.Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.