Uses of Class
com.armatiek.infofuze.stream.filesystem.FileSystemReader

Packages that use FileSystemReader
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 FileSystemReader in com.armatiek.infofuze.stream.filesystem.cifs
 

Subclasses of FileSystemReader in com.armatiek.infofuze.stream.filesystem.cifs
 class CIFSFileSystemReader
          Reader implementation that provides an XML representation of the (filtered) contents of one ore more directories (seeds) within a CIFS/SMB filesystem.
 

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

Subclasses of FileSystemReader in com.armatiek.infofuze.stream.filesystem.local
 class LocalFileSystemReader
           
 

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

Subclasses of FileSystemReader in com.armatiek.infofuze.stream.filesystem.webcrawl
 class WebCrawlReader
          Reader implementation that provides an XML representation of the (filtered) contents of (a) website(s) providing one or seed URLs.
 

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

Subclasses of FileSystemReader in com.armatiek.infofuze.stream.filesystem.webdav
 class WebDAVReader