This object is configured from the AndroMDA configuration
XML file. Its used to configure AndroMDA before modeling
processing occurs.
author: Chad Brandon
Method Summary
public void
addMappingsSearchLocation(Location location) Adds a mappings search location (these are the locations
in which a search for mappings is performed).
getInstance(InputStream stream) Gets a Configuration instance from the given stream.
Parameters: stream - the InputStream containing the configuration file.
getServer() Gets the server instance for this configuration.
public void
initialize() Initializes this configuration instance.
public void
setServer(Server server) Sets the server instance for this configuration.
Method Detail
addMappingsSearchLocation
public void addMappingsSearchLocation(Location location)(Code)
Adds a mappings search location (these are the locations
in which a search for mappings is performed).
Parameters: location - a location path. See Also:Configuration.addMappingsSearchLocation(String)
addMappingsSearchLocation
public void addMappingsSearchLocation(String path)(Code)