Class NoteGuesser


  • public class NoteGuesser
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.lang.String DOT  
      private static java.lang.String[] NOTE_FILE_EXTENSIONS  
      private static java.lang.String[] NOTE_FILE_NAMES  
    • Constructor Summary

      Constructors 
      Constructor Description
      NoteGuesser()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean isNote​(java.lang.String name)  
      static boolean isNote​(Document document)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • NOTE_FILE_NAMES

        private static final java.lang.String[] NOTE_FILE_NAMES
      • NOTE_FILE_EXTENSIONS

        private static final java.lang.String[] NOTE_FILE_EXTENSIONS
    • Constructor Detail

      • NoteGuesser

        public NoteGuesser()
    • Method Detail

      • isNote

        public static final boolean isNote​(java.lang.String name)
        Parameters:
        name - file name.
        Returns:
        Is a file by that name a note file?
      • isNote

        public static final boolean isNote​(Document document)