Uses of Interface
org.apache.avalon.composition.model.EntryModel

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 with parameters of type EntryModel
 void DeploymentContext.register(EntryModel model)
          Add a context entry model to the deployment context.
 

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.
 

Methods in org.apache.avalon.composition.model.impl with parameters of type EntryModel
 void DefaultDeploymentContext.register(EntryModel model)
          Add a context entry model to the deployment context.
 



Copyright © Apache Software Foundation. All Rights Reserved.