Package org.apache.rat.document.impl
Interface DocumentNameMatcher
- All Known Implementing Classes:
TraceableDocumentNameMatcher
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptionstatic DocumentNameMatcher
from
(FileFilter fileFilter) Creates a DocumentNameMatcher from a File filter.boolean
matches
(DocumentName documentName)
-
Method Details
-
matches
-
from
Creates a DocumentNameMatcher from a File filter.- Parameters:
fileFilter
- the file filter to execute- Returns:
- a DocumentNameMatcher
-