Package org.imemex.datasourceplugins.filesystem

This package implements a data source plugin using either the local filesystem or a Samba mounted path.

See:
          Description

Class Summary
AbstractFile Factory class for different file systems like local file system or SMB file system.
AbstractGenericFilesystemTestCase Tests basic filesystem traversal and querying functionality.
Activator  
File Represents a file in the filesystem as a resource view.
Folder Represents a folder in the filesystem as a resource view.
FSFileAdapter An adapter for local file system
FSUtil Contains useful functions for the implementation of the generic filesystem plugin.
GenericFilesystem Generic implementation of a filesystem data source plug-in.
Item Abstract class to represent an item in the filesystem (either a file or a folder) as a resource view.
LocalFilesystemTest This class extends the basic filesystem tests to provide specialized testing for local filesystems.
SMBFileAdapter Adapter for SMB file system
SMBFilesystemTest Performs basic testing of the filesystem plugin functionality against an SMB data source.
SymbolicLink Represents a symbolic link in the filesystem as a resource view.
 

Package org.imemex.datasourceplugins.filesystem Description

This package implements a data source plugin using either the local filesystem or a Samba mounted path.