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

Packages that use ContainmentProfile
org.apache.avalon.composition.data.builder The meta.data.builder package contains a revised implementation of the meta.model builder that is focussed towards the creation of a serialized deployment scenario that can be supplied to a container for execution.  
org.apache.avalon.composition.data.writer The meta.data.writer package contains a revised implementation of the meta.model writer 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 ContainmentProfile in org.apache.avalon.composition.data.builder
 

Methods in org.apache.avalon.composition.data.builder that return ContainmentProfile
 ContainmentProfile XMLContainmentProfileCreator.createContainmentProfile(Configuration config)
          Create a ContainmentProfile from a configuration
 ContainmentProfile SerializedContainmentProfileCreator.createContainmentProfile(InputStream inputStream)
          Create a ContainmentProfile from a stream.
 ContainmentProfile ContainmentProfileBuilder.createContainmentProfile(InputStream inputStream)
          Create a ContainmentProfile from a stream.
 ContainmentProfile ContainmentProfileCreator.createContainmentProfile(InputStream stream)
          Create a ContainmentProfile from a stream.
 

Uses of ContainmentProfile in org.apache.avalon.composition.data.writer
 

Methods in org.apache.avalon.composition.data.writer with parameters of type ContainmentProfile
 void XMLContainmentProfileWriter.writeContainmentProfile(ContainmentProfile profile, OutputStream output)
          Write out a containment profile to xml.
protected  void XMLContainmentProfileWriter.writeContainmentProfile(Writer writer, ContainmentProfile profile, String pad)
          Write out a containment profile to xml.
protected  void XMLContainmentProfileWriter.writeContainmentProfile(Writer writer, ContainmentProfile profile, boolean flag, String pad)
          Write out a containment profile to xml.
 void SerializedContainmentProfileWriter.writeContainmentProfile(ContainmentProfile profile, OutputStream stream)
          Write a ContainmentProfile to a stream
 void ContainmentProfileWriter.writeContainmentProfile(ContainmentProfile profile, OutputStream stream)
          Write a ContainmentProfile to a stream
 

Uses of ContainmentProfile in org.apache.avalon.composition.model
 

Methods in org.apache.avalon.composition.model that return ContainmentProfile
 ContainmentProfile ContainmentContext.getContainmentProfile()
          Return the containment profile.
 

Methods in org.apache.avalon.composition.model with parameters of type ContainmentProfile
 ContainmentModel ModelFactory.createContainmentModel(ContainmentProfile profile)
          Creation of a new root containment model.
 ContainmentContext ModelFactory.createContainmentContext(ContainmentProfile profile)
          Creation of a new root containment context.
 ClassLoaderContext ClassLoaderModel.createChildContext(Logger logger, ContainmentProfile profile, URL[] implied)
          Creation of a classloader context using this model as the relative parent.
 

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

Methods in org.apache.avalon.composition.model.impl that return ContainmentProfile
 ContainmentProfile DefaultContainmentContext.getContainmentProfile()
          Return the containment profile.
 

Methods in org.apache.avalon.composition.model.impl with parameters of type ContainmentProfile
 ContainmentModel DefaultModelFactory.createContainmentModel(ContainmentProfile profile)
          Creation of a new root containment model using a supplied profile.
 ContainmentContext DefaultModelFactory.createContainmentContext(ContainmentProfile profile)
          Creation of a new root containment context.
 ClassLoaderContext DefaultClassLoaderModel.createChildContext(Logger logger, ContainmentProfile profile, URL[] implied)
          Creation of a classloader context using this model as the relative parent.
 

Constructors in org.apache.avalon.composition.model.impl with parameters of type ContainmentProfile
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.