net.firstpartners.rp.plugins
Interface IPlugin

All Known Subinterfaces:
ICategoryManager, IDataExtractor, IIndexManager, IInterestedInAdd, IInterestedInFeedback, IInterestedInResultsFilter, IInterestedInSearch
All Known Implementing Classes:
BasicIndex, BasicIntelligence, CategoryManager, FileTreeDataExtractor, GenericDataExtractor, PdfDataExtractor, RpSearcher, SampleExtractor, WebDataExtractor, XmlDataExtractor

public interface IPlugin

Generic Plugin , Makes it easier for the PluginManager to identify and load these classes at runtime.

Author:
brownpa

Method Summary
 void onLoad()
          Called by the PluginManager on each plugin when this class is first loaded
 

Method Detail

onLoad

void onLoad()
            throws RpException
Called by the PluginManager on each plugin when this class is first loaded

Throws:
RpException