Uses of Class
window.FileTooShort

Packages that use FileTooShort
index   
window   
 

Uses of FileTooShort in index
 

Methods in index that throw FileTooShort
private  java.util.Map Thesaurus.getFingerprints()
          Make the index from the documents
private  java.util.ArrayList Thesaurus.extractAllGrams(java.io.File[] files)
          Each file has corresponding entry in for the list of the fingerprints in the return value
 

Constructors in index that throw FileTooShort
Thesaurus(java.lang.String path)
          Make the thesaurus from the files in the specified directory
 

Uses of FileTooShort in window
 

Methods in window that throw FileTooShort
private  void ExractFingerprints.fileToString()
          Convert file to string
 

Constructors in window that throw FileTooShort
ExractFingerprints(java.lang.String path)