|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EntryModel | |
org.apache.avalon.composition.model |
The model package is resonsible for the population of the containment information model taking into account criteria expressed under meta-info and directives expressed under meta-data in conjunction with the runtime environment. |
org.apache.avalon.composition.model.impl | The model package contains a series of classes that leverage the new meta data model. |
Uses of EntryModel in org.apache.avalon.composition.model |
Methods in org.apache.avalon.composition.model that return EntryModel | |
EntryModel[] |
ContextModel.getEntryModels()
Return the set of entry models associated with this context model. |
EntryModel |
ContextModel.getEntryModel(String key)
Return an entry model matching the supplied key. |
Methods in org.apache.avalon.composition.model with parameters of type EntryModel | |
void |
ContextModel.setEntryModel(String key,
EntryModel model)
Set the entry model relative to a supplied key. |
Uses of EntryModel in org.apache.avalon.composition.model.impl |
Classes in org.apache.avalon.composition.model.impl that implement EntryModel | |
class |
DefaultConstructorModel
Default implementation of a the context entry constructor model. |
class |
DefaultEntryModel
Abstract implementation of a the context entry model. |
class |
DefaultImportModel
Default implementation of a the context entry import model. |
class |
OverrideEntryModel
Utility class that enables assignment of an absolute value to a context entry. |
Methods in org.apache.avalon.composition.model.impl that return EntryModel | |
EntryModel[] |
DefaultContextModel.getEntryModels()
Return the set of entry models associated with this context model. |
EntryModel |
DefaultContextModel.getEntryModel(String key)
Return an entry model matching the supplied key. |
Methods in org.apache.avalon.composition.model.impl with parameters of type EntryModel | |
void |
DefaultContextModel.setEntryModel(String key,
EntryModel model)
Set the entry model relative to a supplied key. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |