Package org.entityfs.impl.adapter

Interfaces for entity adapter implementations.

See:
          Description

Interface Summary
AdapterFactory An AdapterFactory is an immutable file system-global object that is used mainly by directory entity implementations to create backend entity adapters of the right type.
ChildRegisteringDirectoryAdapter This interface is implemented by DirectoryAdapter:s that have to keep track of all their children themselves.
DirectoryAdapter This is an adapter for a directory in the backing file system.
EntityAdapter This is the base interface for an entity adapter.
FileAdapter This is an adapter for a file in the backing file system.
FileSystemAdapter This is the file system's backend adapter.
 

Package org.entityfs.impl.adapter Description

Interfaces for entity adapter implementations.

Since:
1.0
Author:
Karl Gustafsson