|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClassLoaderDirective | |
org.apache.avalon.composition.data | The data package contains a revised implementation of the meta-data model that is focussed towards the creation of a serialized deployment scenario that can be supplied to a container for execution. |
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 ClassLoaderDirective in org.apache.avalon.composition.data |
Methods in org.apache.avalon.composition.data that return ClassLoaderDirective | |
ClassLoaderDirective |
ContainmentProfile.getClassLoaderDirective()
Return the classloader directive that describes the creation arguments for the classloader required by this container. |
Constructors in org.apache.avalon.composition.data with parameters of type ClassLoaderDirective | |
ContainmentProfile(String name,
ClassLoaderDirective classloader,
ServiceDirective[] exports,
CategoriesDirective categories,
Profile[] profiles)
Creation of a new containment profile. |
Uses of ClassLoaderDirective in org.apache.avalon.composition.model |
Methods in org.apache.avalon.composition.model that return ClassLoaderDirective | |
ClassLoaderDirective |
ClassLoaderContext.getClassLoaderDirective()
Return the classloader directive to be applied to the classloader model. |
Uses of ClassLoaderDirective in org.apache.avalon.composition.model.impl |
Methods in org.apache.avalon.composition.model.impl that return ClassLoaderDirective | |
ClassLoaderDirective |
DefaultClassLoaderContext.getClassLoaderDirective()
Return the classloader directive to be applied to the classloader model. |
Constructors in org.apache.avalon.composition.model.impl with parameters of type ClassLoaderDirective | |
DefaultClassLoaderContext(Logger logger,
Repository repository,
File base,
ClassLoader parent,
ClassLoaderDirective directive)
Creation of a root classloader context. |
|
DefaultClassLoaderContext(Logger logger,
Repository repository,
File base,
ClassLoader parent,
OptionalPackage[] packages,
ExtensionManager manager,
TypeRepository types,
ServiceRepository services,
ClassLoaderDirective directive,
URL[] implied)
Creation of a new classloader context. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |