Interface Scanner.Action

All Superinterfaces:
Predicate<FileWrapper>, UnaryPredicate<FileWrapper>
All Known Implementing Classes:
AnnotationScannerAction, EnhanceTool.EnhancerFileAction, Recognizer
Enclosing class:
Scanner

public static interface Scanner.Action extends UnaryPredicate<FileWrapper>
Action interface passed to scan method to act on files. Terminates scan if it returns false.