org.semanticdesktop.aperture.subcrawler.tar
Class TarSubCrawler.TarSubCrawlerEntry
java.lang.Object
  
org.semanticdesktop.aperture.subcrawler.base.AbstractArchiverSubCrawler.ArchiveEntry
      
org.semanticdesktop.aperture.subcrawler.tar.TarSubCrawler.TarSubCrawlerEntry
- Enclosing class:
 - TarSubCrawler
 
protected class TarSubCrawler.TarSubCrawlerEntry
- extends AbstractArchiverSubCrawler.ArchiveEntry
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
TarSubCrawler.TarSubCrawlerEntry
public TarSubCrawler.TarSubCrawlerEntry(org.apache.commons.compress.archivers.tar.TarArchiveEntry entry)
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.