Interface Scanner.Action
- All Superinterfaces:
Predicate<FileWrapper>
,UnaryPredicate<FileWrapper>
- All Known Implementing Classes:
AnnotationScannerAction
,EnhanceTool.EnhancerFileAction
,Recognizer
- Enclosing class:
Scanner
Action interface passed to scan method to act on files.
Terminates scan if it returns false.
-
Method Summary
Methods inherited from interface org.glassfish.pfl.basic.func.UnaryPredicate
evaluate, test