Uses of Class
fleXplorer.Types.Document

Packages that use Document
fleXplorer.util.IndexesSetting   
 

Uses of Document in fleXplorer.util.IndexesSetting
 

Methods in fleXplorer.util.IndexesSetting that return types with arguments of type Document
 java.util.ArrayList<Document> Documents.getDocs()
          Returns the list of documents.
 

Method parameters in fleXplorer.util.IndexesSetting with type arguments of type Document
 void Documents.setDocs(java.util.ArrayList<Document> docs)
          Sets the list that contains the documents to be indexed
 

Constructor parameters in fleXplorer.util.IndexesSetting with type arguments of type Document
Documents(MFT mft, java.util.ArrayList<Document> docs)
          Constructs a Documents object.