Package org.apache.rat.document.guesser
Class NoteGuesser
java.lang.Object
org.apache.rat.document.guesser.NoteGuesser
A class that determines if a file is a Note file. e.g. NOTICE, README, CHANGELOG, etc.
-
Method Summary
-
Method Details
-
isNote
Determines if the document is a note.- Parameters:
document
- the document to check.- Returns:
true
if the document is a note.
-