Package org.figure8.join.services.repository

Interface Summary
Repository This is a simple interface for storing and retrieving an Artifact within a repository.
 

Class Summary
AbstractStructuredRepository This is a base class for structured repository, ie: repository having a root (path, URL or whatever ...) and storing artifacts using an internal tree-styled structure.
SimpleFileSystemRepository This is a simple implementation of a Repository using the local file system as a storage area for Artifacts.
VFSRepository This is an implementation of Repository using Jakarta VFS Commons.
 

Exception Summary
ConnectionException Extension of RepositoryException that might be thrown during the connection to a repository ()
RepositoryException Base class for repository related exceptions.
TransferException Extension of RepositoryException that might be thrown during a transfer operation (write to / read from repository).
 



Copyright © 2005-2008 Join. All Rights Reserved.