Uses of Class
org.andromda.core.configuration.Repository

Packages that use Repository
org.andromda.core.configuration Contains the classes and other resources that provide the configuration of AndroMDA. 
org.andromda.core.engine Contains the classes that tie the components together and provide the engine of the framework. 
 

Uses of Repository in org.andromda.core.configuration
 

Methods in org.andromda.core.configuration that return Repository
 Repository[] Configuration.getRepositories()
          Gets the repository instances belonging to this configuration.
 Repository Model.getRepository()
          Gets the repository to which this model belongs.
 

Methods in org.andromda.core.configuration with parameters of type Repository
 void Configuration.addRepository(Repository repository)
          Adds the repository to this configuration.
(package private)  void Model.setRepository(Repository repository)
          Sets the repository to which this model belongs.
 

Uses of Repository in org.andromda.core.engine
 

Methods in org.andromda.core.engine with parameters of type Repository
(package private)  List<ModelValidationMessage> ModelProcessor.loadIfNecessary(Repository[] repositories)
          Checks to see if any of the repositories contain models that need to be reloaded, and if so, re-loads them.
 



Copyright © 2003-2010 AndroMDA.org. All Rights Reserved.