|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of SubCrawler in org.semanticdesktop.aperture.crawler |
---|
Methods in org.semanticdesktop.aperture.crawler with parameters of type SubCrawler | |
---|---|
void |
Crawler.runSubCrawler(SubCrawler subCrawler,
DataObject object,
InputStream stream,
Charset charset,
String mimeType)
Runs the given SubCrawler on the given stream. |
Uses of SubCrawler in org.semanticdesktop.aperture.crawler.base |
---|
Methods in org.semanticdesktop.aperture.crawler.base with parameters of type SubCrawler | |
---|---|
void |
CrawlerBase.runSubCrawler(SubCrawler localSubCrawler,
DataObject object,
InputStream stream,
Charset charset,
String mimeType)
|
Uses of SubCrawler in org.semanticdesktop.aperture.crawler.ical |
---|
Classes in org.semanticdesktop.aperture.crawler.ical that implement SubCrawler | |
---|---|
class |
IcalCrawler
A Crawler implementation for crawling ical files. |
Methods in org.semanticdesktop.aperture.crawler.ical that return SubCrawler | |
---|---|
SubCrawler |
IcalCrawlerFactory.get()
|
Uses of SubCrawler in org.semanticdesktop.aperture.subcrawler |
---|
Methods in org.semanticdesktop.aperture.subcrawler that return SubCrawler | |
---|---|
SubCrawler |
SubCrawlerFactory.get()
Return a SubCrawler instance. |
Methods in org.semanticdesktop.aperture.subcrawler with parameters of type SubCrawler | |
---|---|
static DataObject |
SubCrawlerUtil.getDataObject(URI parentUri,
String path,
InputStream stream,
DataSource dataSource,
Charset charset,
String mimeType,
RDFContainerFactory factory,
String prefix,
SubCrawler sc)
|
Uses of SubCrawler in org.semanticdesktop.aperture.subcrawler.base |
---|
Classes in org.semanticdesktop.aperture.subcrawler.base that implement SubCrawler | |
---|---|
class |
AbstractArchiverSubCrawler
A SubCrawler Implementation working with archive files, i.e. files containing a number of other files. |
class |
AbstractCompressorSubCrawler
A SubCrawler Implementation working with compressors. |
class |
AbstractSubCrawler
A common superclass for all subcrawler implementations |
Constructors in org.semanticdesktop.aperture.subcrawler.base with parameters of type SubCrawler | |
---|---|
ThreadedSubCrawlerWrapper(SubCrawler subcrawler)
Creates a new wrapper for the specified SubCrawler . |
|
ThreadedSubCrawlerWrapper(SubCrawler subCrawler,
long maxProcessingTimePerMb,
long minimumMaxProcessingTime,
long maxIdleReadTime)
Creates a new wrapper for the specified SubCrawler . |
Uses of SubCrawler in org.semanticdesktop.aperture.subcrawler.bzip2 |
---|
Classes in org.semanticdesktop.aperture.subcrawler.bzip2 that implement SubCrawler | |
---|---|
class |
BZip2SubCrawler
A SubCrawler Implementation working with BZIP2 archives. |
Methods in org.semanticdesktop.aperture.subcrawler.bzip2 that return SubCrawler | |
---|---|
SubCrawler |
BZip2SubCrawlerFactory.get()
|
Uses of SubCrawler in org.semanticdesktop.aperture.subcrawler.compress |
---|
Classes in org.semanticdesktop.aperture.subcrawler.compress that implement SubCrawler | |
---|---|
class |
CompressSubCrawler
A SubCrawler Implementation working with GZIP archives. |
Methods in org.semanticdesktop.aperture.subcrawler.compress that return SubCrawler | |
---|---|
SubCrawler |
CompressSubCrawlerFactory.get()
|
Uses of SubCrawler in org.semanticdesktop.aperture.subcrawler.gzip |
---|
Classes in org.semanticdesktop.aperture.subcrawler.gzip that implement SubCrawler | |
---|---|
class |
GZipSubCrawler
A SubCrawler Implementation working with GZIP archives. |
Methods in org.semanticdesktop.aperture.subcrawler.gzip that return SubCrawler | |
---|---|
SubCrawler |
GZipSubCrawlerFactory.get()
|
Uses of SubCrawler in org.semanticdesktop.aperture.subcrawler.mbox |
---|
Classes in org.semanticdesktop.aperture.subcrawler.mbox that implement SubCrawler | |
---|---|
class |
MboxSubCrawler
A SubCrawer implementation for mbox files It is basically a thin wrapper around the DataObjectFactory. |
Methods in org.semanticdesktop.aperture.subcrawler.mbox that return SubCrawler | |
---|---|
SubCrawler |
MboxSubCrawlerFactory.get()
|
Uses of SubCrawler in org.semanticdesktop.aperture.subcrawler.mime |
---|
Classes in org.semanticdesktop.aperture.subcrawler.mime that implement SubCrawler | |
---|---|
class |
MimeSubCrawler
A SubCrawer implementation for message/rfc822-style messages. |
Methods in org.semanticdesktop.aperture.subcrawler.mime that return SubCrawler | |
---|---|
SubCrawler |
MimeSubCrawlerFactory.get()
|
Uses of SubCrawler in org.semanticdesktop.aperture.subcrawler.tar |
---|
Classes in org.semanticdesktop.aperture.subcrawler.tar that implement SubCrawler | |
---|---|
class |
TarSubCrawler
A SubCrawler Implementation working with tar archives. |
Methods in org.semanticdesktop.aperture.subcrawler.tar that return SubCrawler | |
---|---|
SubCrawler |
TarSubCrawlerFactory.get()
|
Uses of SubCrawler in org.semanticdesktop.aperture.subcrawler.vcard |
---|
Classes in org.semanticdesktop.aperture.subcrawler.vcard that implement SubCrawler | |
---|---|
class |
VcardSubCrawler
A SubCrawler Implementation working with VCard documents. |
Methods in org.semanticdesktop.aperture.subcrawler.vcard that return SubCrawler | |
---|---|
SubCrawler |
VcardSubCrawlerFactory.get()
|
Uses of SubCrawler in org.semanticdesktop.aperture.subcrawler.zip |
---|
Classes in org.semanticdesktop.aperture.subcrawler.zip that implement SubCrawler | |
---|---|
class |
ZipSubCrawler
A SubCrawler Implementation working with ZIP archives. |
Methods in org.semanticdesktop.aperture.subcrawler.zip that return SubCrawler | |
---|---|
SubCrawler |
ZipSubCrawlerFactory.get()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |