Uses of Class
com.armatiek.infofuze.source.extractor.FileExtractor

Packages that use FileExtractor
com.armatiek.infofuze.source.extractor   
com.armatiek.infofuze.stream.filesystem   
com.armatiek.infofuze.stream.filesystem.cifs   
com.armatiek.infofuze.stream.filesystem.local   
com.armatiek.infofuze.stream.filesystem.webcrawl   
com.armatiek.infofuze.stream.filesystem.webdav   
 

Uses of FileExtractor in com.armatiek.infofuze.source.extractor
 

Subclasses of FileExtractor in com.armatiek.infofuze.source.extractor
 class BinaryFileExtractor
          Class that represents the definition of a filesystem based source within infofuze-config.xml.
 class CompressedFileExtractor
          Class that represents the definition of a filesystem based source within infofuze-config.xml.
 class CSVFileExtractor
          Class that represents the definition of a filesystem based source within infofuze-config.xml.
 class DirectoryFileExtractor
          Class that represents the definition of a filesystem based source within infofuze-config.xml.
 class FileFileExtractor
          Abstract base class for classes that represents a concrete specific file extractor for files.
 class UnparseableFileExtractor
          Class that represents the definition of a filesystem based source within infofuze-config.xml.
 class XMLFileExtractor
          Class that represents the definition of a filesystem based source within infofuze-config.xml.
 

Uses of FileExtractor in com.armatiek.infofuze.stream.filesystem
 

Constructor parameters in com.armatiek.infofuze.stream.filesystem with type arguments of type FileExtractor
FileSystemReader(FileIf[] files, java.util.List<FileExtractor> fileExtractors, Definitions.TransformMode transformMode, long lastIndexed, java.lang.String systemId, java.lang.String publicId)
           
 

Uses of FileExtractor in com.armatiek.infofuze.stream.filesystem.cifs
 

Constructor parameters in com.armatiek.infofuze.stream.filesystem.cifs with type arguments of type FileExtractor
CIFSFileSystemReader(FileIf[] files, java.util.List<FileExtractor> fileExtractors, Definitions.TransformMode transformMode, long lastIndexed, java.lang.String systemId, java.lang.String publicId, boolean extractSecurity, boolean extractShareSecurity, java.lang.String ldapSourceName, java.lang.String ldapResultXslPath)
           
 

Uses of FileExtractor in com.armatiek.infofuze.stream.filesystem.local
 

Constructor parameters in com.armatiek.infofuze.stream.filesystem.local with type arguments of type FileExtractor
LocalFileSystemReader(FileIf[] files, java.util.List<FileExtractor> fileExtractors, Definitions.TransformMode transformMode, long lastIndexed, java.lang.String systemId, java.lang.String publicId)
           
 

Uses of FileExtractor in com.armatiek.infofuze.stream.filesystem.webcrawl
 

Constructor parameters in com.armatiek.infofuze.stream.filesystem.webcrawl with type arguments of type FileExtractor
WebCrawlReader(FileIf[] files, java.util.List<FileExtractor> fileExtractors, Definitions.TransformMode transformMode, long lastIndexed, java.lang.String systemId, java.lang.String publicId)
           
 

Uses of FileExtractor in com.armatiek.infofuze.stream.filesystem.webdav
 

Constructor parameters in com.armatiek.infofuze.stream.filesystem.webdav with type arguments of type FileExtractor
WebDAVReader(FileIf[] files, java.util.List<FileExtractor> fileExtractors, Definitions.TransformMode transformMode, long lastIndexed, java.lang.String systemId, java.lang.String publicId)