Uses of Interface
net.firstpartners.rp.plugins.IDataExtractor

Packages that use IDataExtractor
<Unnamed>   
net.firstpartners.rp.back.extractor Data Sources providing information that we index and add to the system. 
net.firstpartners.rp.mid.category Basic Unit of Knowledge storage in the system.
 
net.firstpartners.rp.mid.global Classes that are exposed System wide.
 
net.firstpartners.rp.plugins Plugins - extension points for the system . 
 

Uses of IDataExtractor in <Unnamed>
 

Classes in <Unnamed> that implement IDataExtractor
 class SampleExtractor
          Extracts information from a File Tree (Directory) in a format that can be added to an Index.
 

Uses of IDataExtractor in net.firstpartners.rp.back.extractor
 

Classes in net.firstpartners.rp.back.extractor that implement IDataExtractor
 class FileTreeDataExtractor
          Extracts information from a File Tree (Directory) in a format that can be added to an Index.
 class GenericDataExtractor
          Extracts information from a binary files in a format that can be added to an Index.
 class PdfDataExtractor
          Extracts information from pdf files in a format that can be stored and added to the Index.
 class WebDataExtractor
          Extracts information Query (like google)
 class XmlDataExtractor
          Extracts information from an XML file in a format that can be added to an Index.
 

Fields in net.firstpartners.rp.back.extractor declared as IDataExtractor
private  IDataExtractor ExtractorTestCase.dataextractor
          Extractor object
 

Methods in net.firstpartners.rp.back.extractor that return IDataExtractor
 IDataExtractor ExtractorTestCase.getDataextractor()
           
 

Methods in net.firstpartners.rp.back.extractor with parameters of type IDataExtractor
 void ExtractorTestCase.setDataextractor(IDataExtractor dataextractor)
           
 

Uses of IDataExtractor in net.firstpartners.rp.mid.category
 

Fields in net.firstpartners.rp.mid.category declared as IDataExtractor
private  IDataExtractor BasicCategory.m_extractor
          Extractor handler of the category
 

Methods in net.firstpartners.rp.mid.category that return IDataExtractor
 IDataExtractor BasicCategory.getDataSource()
          Get a Handle to the Datasource used when creating this Category
ie where we got the original data from
 

Constructors in net.firstpartners.rp.mid.category with parameters of type IDataExtractor
BasicCategory(java.lang.String original, java.lang.String name, java.lang.String uri, IDataExtractor extractor)
          Creates a new BasicCategory object.
 

Uses of IDataExtractor in net.firstpartners.rp.mid.global
 

Methods in net.firstpartners.rp.mid.global that return IDataExtractor
static IDataExtractor PluginManager.getBestExtractor(INewInformation addInfo)
           
static IDataExtractor[] PluginManager.getDataExtractors()
          Get a handle to all the plugins that can extract data
 

Methods in net.firstpartners.rp.mid.global with parameters of type IDataExtractor
private  void PluginManager.addPluginTypeInExtract(IDataExtractor plugin)
          Add the plugin to the InExtract list
 

Uses of IDataExtractor in net.firstpartners.rp.plugins
 

Methods in net.firstpartners.rp.plugins that return IDataExtractor
 IDataExtractor ICategory.getDataSource()
          Get a Handle to the Datasource used when creating this Category
ie where we got the original data from