Class NoteGuesser

java.lang.Object
org.apache.rat.document.guesser.NoteGuesser

public final class NoteGuesser extends Object
A class that determines if a file is a Note file. e.g. NOTICE, README, CHANGELOG, etc.
  • Method Details

    • isNote

      public static boolean isNote(Document document)
      Determines if the document is a note.
      Parameters:
      document - the document to check.
      Returns:
      true if the document is a note.