|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
org.apache.avalon.composition.provider |
The runtime package contains interfaces used by a runtime layer. |
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 |
ClassLoaderModel.createClassLoaderModel(Logger logger,
ContainmentProfile profile,
URL[] implied)
Creation of a classloader model using this model as the relative parent. |
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. |
ClassLoaderModel |
DefaultClassLoaderModel.createClassLoaderModel(Logger logger,
ContainmentProfile profile,
URL[] implied)
Creation of a classloader model using this model as the relative parent. |
Constructors in org.apache.avalon.composition.model.impl with parameters of type ClassLoaderModel | |
DefaultContainmentContext(Logger logger,
SystemContext system,
ClassLoaderModel model,
ModelRepository repository,
DependencyGraph graph,
ContainmentProfile profile)
Creation of a new root containment context. |
|
DefaultContainmentContext(Logger logger,
SystemContext system,
ClassLoaderModel model,
ModelRepository repository,
DependencyGraph graph,
File home,
File temp,
ContainmentModel parent,
ContainmentProfile profile,
String partition,
String name)
Creation of a new containment context. |
Uses of ClassLoaderModel in org.apache.avalon.composition.provider |
Methods in org.apache.avalon.composition.provider that return ClassLoaderModel | |
ClassLoaderModel |
ContainmentContext.getClassLoaderModel()
Return the classloader model. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |