org.jdtaus.core.container
Interface Model


public interface Model

Object management and configuration model.

The object management and configuration model destinguishes between specifications and implementations defined in modules. Specifications specify some public programming interface to be implemented by implementations. Implementations may define configuration properties and may depend on other implementations. When defining dependencies, properties defined for the implementation of the dependency may be overwritten by properties defined for the dependency.

Version:
$Id: Model.java 8044 2009-07-02 01:29:05Z schulte2005 $
Author:
Christian Schulte
See Also:
ModelFactory

Method Summary
 Modules getModules()
          Gets the modules of the model.
 

Method Detail

getModules

Modules getModules()
Gets the modules of the model.

Returns:
the modules of the model.
Throws:
ModelError - for unrecoverable model errors.


Copyright © 2005-2009 jDTAUS. All Rights Reserved.