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

Packages that use ModelFactory
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 ModelFactory in org.apache.avalon.composition.model
 

Methods in org.apache.avalon.composition.model that return ModelFactory
 ModelFactory SystemContext.getFactory()
          Return the model factory.
 

Uses of ModelFactory in org.apache.avalon.composition.model.impl
 

Classes in org.apache.avalon.composition.model.impl that implement ModelFactory
 class DefaultModelFactory
          A factory enabling the establishment of new composition model instances.
 

Methods in org.apache.avalon.composition.model.impl that return ModelFactory
 ModelFactory DefaultSystemContext.getFactory()
          Return the model factory.
 



Copyright © Apache Software Foundation. All Rights Reserved.