|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.semanticdesktop.aperture.crawler.mbox.MboxCrawlerFactory
public class MboxCrawlerFactory
Manages instances of the MboxCrawler.
Constructor Summary | |
---|---|
MboxCrawlerFactory()
|
Method Summary | |
---|---|
DataAccessor |
get()
Returns a DataAccessor instance for accessing the represented schemes. |
Crawler |
getCrawler(DataSource dataSource)
Return a Crawler that can crawl the specified DataSource. |
Set |
getSupportedSchemes()
Returns all schemes supported by the DataAccessors returned by this DataAccessorFactory. |
Set |
getSupportedTypes()
Returns a set of URIs indicating the DataSource types that are supported by the Crawler implementation provided by this CrawlerFactory. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MboxCrawlerFactory()
Method Detail |
---|
public Set getSupportedTypes()
CrawlerFactory
getSupportedTypes
in interface CrawlerFactory
CrawlerFactory.getSupportedTypes()
public Crawler getCrawler(DataSource dataSource)
CrawlerFactory
getCrawler
in interface CrawlerFactory
dataSource
- The DataSource for which a Crawler needs to be generated.
CrawlerFactory.getCrawler(DataSource)
public DataAccessor get()
DataAccessorFactory
get
in interface DataAccessorFactory
public Set getSupportedSchemes()
DataAccessorFactory
getSupportedSchemes
in interface DataAccessorFactory
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |