Interface | Description |
---|---|
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 | Description |
---|---|
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. |
WebRepository |
The
WebRepository class implements an interface to the
Alexandria web repository for sidl symbols in XML. |
Exception | Description |
---|---|
RepositoryException |
The
RepositoryException exception class is thrown if an
error is detected while writing sidl symbols to a repository. |