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

Packages that use Configuration
org.andromda.core The entry point to the framework, this package contains the generic ModelProcessor and its supporting classes which provide the ability to generate source code, and other artifacts, from MOF object models. 
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. 
org.andromda.core.server Defines the AndroMDA Server support. 
 

Uses of Configuration in org.andromda.core
 

Methods in org.andromda.core with parameters of type Configuration
 void AndroMDA.initialize(Configuration configuration)
          Initializes AndroMDA without running the engine.
 ModelValidationMessage[] AndroMDA.run(Configuration configuration)
          Runs AndroMDA with the given configuration.
 void AndroMDAServer.start(Configuration configuration)
          Starts the AndroMDA server instance listening for requests.
 void AndroMDAServer.stop(Configuration configuration)
          Stops the AndroMDA server instance.
 

Uses of Configuration in org.andromda.core.configuration
 

Methods in org.andromda.core.configuration that return Configuration
static Configuration Configuration.getInstance(java.io.InputStream stream)
          Gets a Configuration instance from the given stream.
static Configuration Configuration.getInstance(java.lang.String string)
          Gets a Configuration instance from the given string.
static Configuration Configuration.getInstance(java.net.URL uri)
          Gets a Configuration instance from the given uri.
 

Uses of Configuration in org.andromda.core.engine
 

Methods in org.andromda.core.engine with parameters of type Configuration
 void ModelProcessor.initialize(Configuration configuration)
          Initializes this model processor instance with the given configuration.
 void Engine.initialize(Configuration configuration)
          Initializes Engine (discovers all plugins, etc) with the given configuration.
 ModelValidationMessage[] Engine.loadModelsIfNecessary(Configuration configuration)
          Checks to see if any of the models in the given configuration should be loaded (based on whether or not they've been modified), and if so, performs the load.
 ModelValidationMessage[] ModelProcessor.process(Configuration configuration)
          Re-configures this model processor from the given configuration instance (if different from that of the one passed in during the call to ModelProcessor.initialize(Configuration)), and runs the model processor.
 ModelValidationMessage[] Engine.run(Configuration configuration)
          Runs Engine with the given configuration.
 

Uses of Configuration in org.andromda.core.server
 

Methods in org.andromda.core.server with parameters of type Configuration
 void DefaultClient.start(Configuration configuration)
           
 void Server.start(Configuration configuration)
          Starts the server instance listening for requests with the given configuration.
 void DefaultServer.start(Configuration configuration)
           
 void Client.start(Configuration configuration)
          Connects to and starts an AndroMDA server with the given configuration.
 void DefaultClient.stop(Configuration configuration)
           
 void Client.stop(Configuration configuration)
          Connects to and stops an AndroMDA server with the given configuration.
 



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