org.semanticdesktop.aperture.subcrawler.tar
Class TarSubCrawler
java.lang.Object
  
org.semanticdesktop.aperture.subcrawler.base.AbstractSubCrawler
      
org.semanticdesktop.aperture.subcrawler.base.AbstractArchiverSubCrawler
          
org.semanticdesktop.aperture.subcrawler.tar.TarSubCrawler
- All Implemented Interfaces: 
 - SubCrawler
 
public class TarSubCrawler
- extends AbstractArchiverSubCrawler
 
A SubCrawler Implementation working with tar archives.
 
 
 
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
TarSubCrawler
public TarSubCrawler()
getArchiveInputStream
protected AbstractArchiverSubCrawler.ArchiveInputStream getArchiveInputStream(InputStream in)
- Specified by:
 getArchiveInputStream in class AbstractArchiverSubCrawler
 
- Parameters:
 in - the stream with the compressed archive data
- Returns:
 - and ArchiveInputStream encapsulating the given compressed stream
 
 
getUriPrefix
public String getUriPrefix()
- Description copied from class: 
AbstractSubCrawler 
- Returns the prefix used when generating uris. See the documentation for 
SubCrawler class for
 more details.
- Specified by:
 getUriPrefix in class AbstractSubCrawler
 
- Returns:
 - the prefix used when generating uris.
 
 
 
Copyright © 2010 Aperture Development Team. All Rights Reserved.