|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of FileExtractor in com.armatiek.infofuze.source.extractor |
---|
Subclasses of FileExtractor in com.armatiek.infofuze.source.extractor | |
---|---|
class |
BinaryFileExtractor
Class that represents the |
class |
CompressedFileExtractor
Class that represents the |
class |
CSVFileExtractor
Class that represents the |
class |
DirectoryFileExtractor
Class that represents the |
class |
FileFileExtractor
Abstract base class for classes that represents a concrete specific file extractor for files. |
class |
UnparseableFileExtractor
Class that represents the |
class |
XMLFileExtractor
Class that represents the |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |