org.andromda.core.repository |
Defines the AndroMDA repository. Repositories implementations are used
to load MOF models so that AndroMDA can read and perform processing
on these models.
|
Java Source File Name | Type | Comment |
MockRepository.java | Class | |
Repositories.java | Class | This class provides access to all repositories available within the system (that
is: any repository registered within a namespace). |
Repository.java | Class | Represents the repository namespace component. |
RepositoryException.java | Class | An exception thrown whenever an unexpected occurs while configuring
a repository instance. |
RepositoryFacade.java | Interface | An interface for objects responsible for being a repository into which an object model can be loaded.
AndroMDA does code generation from an object model. |
RepositoryFacadeException.java | Class | An exception thrown whenever an error is encountered while performing RepositoryFacade processing. |
RepositoryTest.java | Class | |