Uses of Class
org.semanticdesktop.aperture.subcrawler.base.AbstractSubCrawler

Packages that use AbstractSubCrawler
org.semanticdesktop.aperture.subcrawler.base   
org.semanticdesktop.aperture.subcrawler.bzip2   
org.semanticdesktop.aperture.subcrawler.compress   
org.semanticdesktop.aperture.subcrawler.gzip   
org.semanticdesktop.aperture.subcrawler.mbox   
org.semanticdesktop.aperture.subcrawler.mime   
org.semanticdesktop.aperture.subcrawler.tar   
org.semanticdesktop.aperture.subcrawler.vcard   
org.semanticdesktop.aperture.subcrawler.zip   
 

Uses of AbstractSubCrawler in org.semanticdesktop.aperture.subcrawler.base
 

Subclasses of AbstractSubCrawler in org.semanticdesktop.aperture.subcrawler.base
 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.
 

Uses of AbstractSubCrawler in org.semanticdesktop.aperture.subcrawler.bzip2
 

Subclasses of AbstractSubCrawler in org.semanticdesktop.aperture.subcrawler.bzip2
 class BZip2SubCrawler
          A SubCrawler Implementation working with BZIP2 archives.
 

Uses of AbstractSubCrawler in org.semanticdesktop.aperture.subcrawler.compress
 

Subclasses of AbstractSubCrawler in org.semanticdesktop.aperture.subcrawler.compress
 class CompressSubCrawler
          A SubCrawler Implementation working with GZIP archives.
 

Uses of AbstractSubCrawler in org.semanticdesktop.aperture.subcrawler.gzip
 

Subclasses of AbstractSubCrawler in org.semanticdesktop.aperture.subcrawler.gzip
 class GZipSubCrawler
          A SubCrawler Implementation working with GZIP archives.
 

Uses of AbstractSubCrawler in org.semanticdesktop.aperture.subcrawler.mbox
 

Subclasses of AbstractSubCrawler in org.semanticdesktop.aperture.subcrawler.mbox
 class MboxSubCrawler
           A SubCrawer implementation for mbox files It is basically a thin wrapper around the DataObjectFactory.
 

Uses of AbstractSubCrawler in org.semanticdesktop.aperture.subcrawler.mime
 

Subclasses of AbstractSubCrawler in org.semanticdesktop.aperture.subcrawler.mime
 class MimeSubCrawler
           A SubCrawer implementation for message/rfc822-style messages.
 

Uses of AbstractSubCrawler in org.semanticdesktop.aperture.subcrawler.tar
 

Subclasses of AbstractSubCrawler in org.semanticdesktop.aperture.subcrawler.tar
 class TarSubCrawler
          A SubCrawler Implementation working with tar archives.
 

Uses of AbstractSubCrawler in org.semanticdesktop.aperture.subcrawler.vcard
 

Subclasses of AbstractSubCrawler in org.semanticdesktop.aperture.subcrawler.vcard
 class VcardSubCrawler
          A SubCrawler Implementation working with VCard documents.
 

Uses of AbstractSubCrawler in org.semanticdesktop.aperture.subcrawler.zip
 

Subclasses of AbstractSubCrawler in org.semanticdesktop.aperture.subcrawler.zip
 class ZipSubCrawler
          A SubCrawler Implementation working with ZIP archives.
 



Copyright © 2010 Aperture Development Team. All Rights Reserved.