org.semanticdesktop.aperture.subcrawler.tar
Class TarSubCrawler.TarSubCrawlerEntry

java.lang.Object
  extended by org.semanticdesktop.aperture.subcrawler.base.AbstractArchiverSubCrawler.ArchiveEntry
      extended by org.semanticdesktop.aperture.subcrawler.tar.TarSubCrawler.TarSubCrawlerEntry
Enclosing class:
TarSubCrawler

protected class TarSubCrawler.TarSubCrawlerEntry
extends AbstractArchiverSubCrawler.ArchiveEntry


Constructor Summary
TarSubCrawler.TarSubCrawlerEntry(org.apache.commons.compress.archivers.tar.TarArchiveEntry entry)
           
 
Method Summary
 long getLastModificationTime()
           
 String getPath()
           
 boolean isDirectory()
           
 
Methods inherited from class org.semanticdesktop.aperture.subcrawler.base.AbstractArchiverSubCrawler.ArchiveEntry
getComment, getCompressedSize, getCrc, isEncrypted
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TarSubCrawler.TarSubCrawlerEntry

public TarSubCrawler.TarSubCrawlerEntry(org.apache.commons.compress.archivers.tar.TarArchiveEntry entry)
Method Detail

getPath

public String getPath()
Overrides:
getPath in class AbstractArchiverSubCrawler.ArchiveEntry
Returns:
the path of the archive entry within the archive file

getLastModificationTime

public long getLastModificationTime()
Overrides:
getLastModificationTime in class AbstractArchiverSubCrawler.ArchiveEntry
Returns:
the last modification time

isDirectory

public boolean isDirectory()
Overrides:
isDirectory in class AbstractArchiverSubCrawler.ArchiveEntry
Returns:
true if the archive entry refers to a directory


Copyright © 2010 Aperture Development Team. All Rights Reserved.