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

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

Methods in org.apache.avalon.composition.model that return ClassLoaderContext
 ClassLoaderContext ClassLoaderModel.createChildContext(Logger logger, ContainmentProfile profile, URL[] implied)
          Creation of a classloader context using this model as the relative parent.
 

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

Classes in org.apache.avalon.composition.model.impl that implement ClassLoaderContext
 class DefaultClassLoaderContext
          Implementation of a system context that exposes a system wide set of parameters.
 

Methods in org.apache.avalon.composition.model.impl that return ClassLoaderContext
 ClassLoaderContext DefaultClassLoaderModel.createChildContext(Logger logger, ContainmentProfile profile, URL[] implied)
          Creation of a classloader context using this model as the relative parent.
 

Methods in org.apache.avalon.composition.model.impl with parameters of type ClassLoaderContext
static ClassLoaderModel DefaultClassLoaderModel.createClassLoaderModel(ClassLoaderContext context)
           
 

Constructors in org.apache.avalon.composition.model.impl with parameters of type ClassLoaderContext
DefaultClassLoaderModel(ClassLoaderContext context)
          Creation of a new classloader model.
 



Copyright © Apache Software Foundation. All Rights Reserved.