rat.document.impl.guesser
Class NoteGuesser

java.lang.Object
  extended by rat.document.impl.guesser.NoteGuesser
All Implemented Interfaces:
IDocumentMatcher

public class NoteGuesser
extends Object
implements IDocumentMatcher


Field Summary
static String[] NOTE_FILE_EXTENSIONS
           
static String[] NOTE_FILE_NAMES
           
 
Constructor Summary
NoteGuesser()
           
 
Method Summary
static boolean isNote(String name)
          Is a file by that name a note file?
 boolean matches(IDocument document)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NOTE_FILE_NAMES

public static final String[] NOTE_FILE_NAMES

NOTE_FILE_EXTENSIONS

public static final String[] NOTE_FILE_EXTENSIONS
Constructor Detail

NoteGuesser

public NoteGuesser()
Method Detail

isNote

public static final boolean isNote(String name)
Is a file by that name a note file?


matches

public boolean matches(IDocument document)
Specified by:
matches in interface IDocumentMatcher


Copyright © 2006-2011. All Rights Reserved.