Uses of Class
com.sun.labs.minion.IndexableFile

Packages that use IndexableFile
com.sun.labs.minion Provides the API for interacting with the Minion Search Engine. 
com.sun.labs.minion.test Provides test classes and utilities for indexing and querying. 
 

Uses of IndexableFile in com.sun.labs.minion
 

Constructors in com.sun.labs.minion with parameters of type IndexableFile
IndexableFile(IndexableFile parent, java.lang.String child)
          Creates a new IndexableFile that is the child of a parent IndexableFile.
 

Uses of IndexableFile in com.sun.labs.minion.test
 

Methods in com.sun.labs.minion.test with parameters of type IndexableFile
static Indexable SEMain.makeDocument(IndexableFile f)
          Makes a document suitable for indexing or highlighting using a search engine.