Package gov.llnl.babel.repository

Interface Summary
Repository The Repository interface supports both reading and writing to a common sidl symbol repository.
SymbolWriter The SymbolWriter interface is implemented by repository concrete classes that write sidl symbols to an external repository.
 

Class Summary
FileRepository The FileRepository class implements a simple repository for sidl symbols using XML files stored in a single root directory.
RepositoryFactory RepositoryFactory is a singleton factory that manages the creation of repository interfaces based on a repository URI.
RepositoryTest Class RepositoryTest is a simple unit test for the repository routines.
WebRepository The WebRepository class implements an interface to the Alexandria web repository for sidl symbols in XML.
 

Exception Summary
RepositoryException The RepositoryException exception class is thrown if an error is detected while writing sidl symbols to a repository.