com.armatiek.infofuze.source.extractor
Class UnparseableFileExtractor

java.lang.Object
  extended by com.armatiek.infofuze.source.extractor.FileExtractor
      extended by com.armatiek.infofuze.source.extractor.FileFileExtractor
          extended by com.armatiek.infofuze.source.extractor.UnparseableFileExtractor
All Implemented Interfaces:
IOFileFilter

public class UnparseableFileExtractor
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

Field Summary
 
Fields inherited from class com.armatiek.infofuze.source.extractor.FileExtractor
logger
 
Constructor Summary
UnparseableFileExtractor(org.w3c.dom.Element configElem)
           
 
Method Summary
 
Methods inherited from class com.armatiek.infofuze.source.extractor.FileFileExtractor
getCacheStream, getIncludeBinary
 
Methods inherited from class com.armatiek.infofuze.source.extractor.FileExtractor
accept
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnparseableFileExtractor

public UnparseableFileExtractor(org.w3c.dom.Element configElem)
                         throws java.lang.Exception
Throws:
java.lang.Exception