|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.andromda.core.repository.Repositories
public class Repositories
This class provides access to all repositories available within the system (that is: any repository registered within a namespace).
| Constructor Summary | |
|---|---|
Repositories()
|
|
| Method Summary | |
|---|---|
void |
clear()
Clears out any resources used by this class. |
RepositoryFacade |
getImplementation(java.lang.String name)
Retrieves the repository implementation with the given name (i.e. |
void |
initialize()
Discovers and initializes all repositories within this class. |
static Repositories |
instance()
Retrieves the shared instance of this class. |
boolean |
loadModel(Model model)
Loads the model defined in the configuration model instance into the repository to which the model belongs. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Repositories()
| Method Detail |
|---|
public static Repositories instance()
public void initialize()
public RepositoryFacade getImplementation(java.lang.String name)
name - the name of the repository implementation to retrieve.
public boolean loadModel(Model model)
model - the configuration model instance that contains the information about the model to load.
public void clear()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||