com.armatiek.infofuze.source.extractor
Class CompressedFileExtractor
java.lang.Object
com.armatiek.infofuze.source.extractor.FileExtractor
com.armatiek.infofuze.source.extractor.FileFileExtractor
com.armatiek.infofuze.source.extractor.CompressedFileExtractor
- All Implemented Interfaces:
- IOFileFilter
public class CompressedFileExtractor
- extends FileFileExtractor
Class that represents the definition of a filesystem
based source within infofuze-config.xml. The class implements IOFileFilter
and thus can be used to determine if a specific FileIf is accepted by this
extractor definition.
- Author:
- Maarten Kroon
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CompressedFileExtractor
public CompressedFileExtractor(CompressedFileExtractor.CompressionType compressionType,
org.w3c.dom.Element configElem)
throws java.lang.Exception
- Throws:
java.lang.Exception
getCompressionType
public CompressedFileExtractor.CompressionType getCompressionType()
- Returns the compression type (zip, tar, gzip or bzip) of this
CompressedFileExtractor.