| java.lang.Object dalma.container.model.Model
Model | final public class Model (Code) | | Represents a resource injection model of a class.
A
Model consists of zero or more
Part s,
which each represents one resource in a model.
author: Kohsuke Kawaguchi |
Inner Class :final public class Part | |
Field Summary | |
final public Class<T> | clazz This object represents the resource injection model for this class. | final public List<Part> | parts List of resoures that constitute a model. |
Constructor Summary | |
public | Model(Class<T> clazz) Builds a
Model from the given class. |
clazz | final public Class<T> clazz(Code) | | This object represents the resource injection model for this class.
|
parts | final public List<Part> parts(Code) | | List of resoures that constitute a model.
|
checkConfiguration | public boolean checkConfiguration(Properties props)(Code) | | Checks if the given properties have enough configuration
for all mandatory parameters.
|
|
|