|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.semanticdesktop.aperture.crawler.ical.IcalCrawlerFactory
public class IcalCrawlerFactory
Provides instances of IcalCrawler.
Field Summary | |
---|---|
static String |
ZIP_URI_PREFIX
Prefix used for uris of entries inside zip archives |
Constructor Summary | |
---|---|
IcalCrawlerFactory()
|
|
IcalCrawlerFactory(boolean attachmentOnlyMode)
|
Method Summary | |
---|---|
SubCrawler |
get()
Return a SubCrawler instance. |
Crawler |
getCrawler(DataSource dataSource)
Return a Crawler that can crawl the specified DataSource. |
Set |
getSupportedMimeTypes()
Returns a set of Strings indicating the MIME types that are supported by the SubCrawler implementation provided by this SubCrawlerFactory. |
Set |
getSupportedTypes()
Returns a set of URIs indicating the DataSource types that are supported by the Crawler implementation provided by this CrawlerFactory. |
String |
getUriPrefix()
Returns the prefix used to construct uris. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String ZIP_URI_PREFIX
Constructor Detail |
---|
public IcalCrawlerFactory()
public IcalCrawlerFactory(boolean attachmentOnlyMode)
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 SubCrawler get()
SubCrawlerFactory
get
in interface SubCrawlerFactory
public Set getSupportedMimeTypes()
SubCrawlerFactory
getSupportedMimeTypes
in interface SubCrawlerFactory
public String getUriPrefix()
SubCrawlerFactory
SubCrawler
class for
more details.
getUriPrefix
in interface SubCrawlerFactory
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |