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

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

Methods in org.apache.avalon.composition.model that return ClassLoaderModel
 ClassLoaderModel ContainmentModel.getClassLoaderModel()
          Return the classloader model.
 ClassLoaderModel ContainmentContext.getClassLoaderModel()
          Return the classloader model.
 

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

Classes in org.apache.avalon.composition.model.impl that implement ClassLoaderModel
 class DefaultClassLoaderModel
          Implementation of a classloader model within which a repository, a base directory and a classloader directive are associated together enabling the creation of a fully qualified classpath.
 

Methods in org.apache.avalon.composition.model.impl that return ClassLoaderModel
 ClassLoaderModel DefaultContainmentModel.getClassLoaderModel()
          Return the classloader model.
 ClassLoaderModel DefaultContainmentContext.getClassLoaderModel()
          Return the containment classloader model.
static ClassLoaderModel DefaultClassLoaderModel.createClassLoaderModel(ClassLoaderContext context)
           
 

Constructors in org.apache.avalon.composition.model.impl with parameters of type ClassLoaderModel
DefaultContainmentContext(Logger logger, SystemContext system, ClassLoaderModel model, ContainmentProfile profile)
          Creation of a new containment context.
DefaultContainmentContext(Logger logger, SystemContext system, ClassLoaderModel model, File home, File temp, ContainmentProfile profile, String partition, String name)
          Creation of a new containment context.
 



Copyright © Apache Software Foundation. All Rights Reserved.