public class Repositories extends Object
| Constructor and Description |
|---|
Repositories() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Clears out any resources used by this class.
|
RepositoryFacade |
getImplementation(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.
|
public Repositories()
public static Repositories instance()
public void initialize()
public RepositoryFacade getImplementation(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()
Copyright © 2003–2014 AndroMDA.org. All rights reserved.