Uses of Class
org.apache.avalon.composition.data.ClassLoaderDirective

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.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 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, DeploymentProfile[] profiles)
          Creation of a new containment profile.
 

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, SystemContext system, ClassLoader parent, ClassLoaderDirective directive)
          Creation of a root classloader context.
DefaultClassLoaderContext(Logger logger, SystemContext system, ClassLoader parent, OptionalPackage[] packages, ExtensionManager manager, TypeRepository types, ServiceRepository services, ClassLoaderDirective directive, URL[] implied)
          Creation of a new classloader context.
 

Uses of ClassLoaderDirective in org.apache.avalon.composition.provider
 

Methods in org.apache.avalon.composition.provider that return ClassLoaderDirective
 ClassLoaderDirective ClassLoaderContext.getClassLoaderDirective()
          Return the classloader directive to be applied to the classloader model.
 



Copyright © The Apache Software Foundation. All Rights Reserved.