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

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

Methods in org.apache.avalon.composition.data that return DeploymentProfile
 DeploymentProfile[] ProfilePackage.getDeploymentProfiles()
          Return the set of profile.
 

Constructors in org.apache.avalon.composition.data with parameters of type DeploymentProfile
ProfilePackage(DeploymentProfile[] profiles)
          Create a new profile package instance.
 

Uses of DeploymentProfile in org.apache.avalon.composition.data.builder
 

Methods in org.apache.avalon.composition.data.builder that return DeploymentProfile
 DeploymentProfile XMLDeploymentProfileCreator.createDeploymentProfile(Configuration config)
          Creation of a DeploymentProfile from an XML configuration.
 DeploymentProfile XMLDeploymentProfileCreator.createDeploymentProfile(String base, String classname, Configuration config)
          Creation of a DeploymentProfile from an XML configuration.
 DeploymentProfile XMLDeploymentProfileCreator.createDeploymentProfile(String classname, Configuration config, String name)
          Creation of a DeploymentProfile from an XML configuration.
 

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

Methods in org.apache.avalon.composition.data.writer with parameters of type DeploymentProfile
protected  void XMLDeploymentProfileWriter.writeDeploymentProfile(Writer writer, DeploymentProfile profile, String pad)
          Write out a containment deployment profile to XML.
protected  void XMLDeploymentProfileWriter.writeDeploymentBody(Writer writer, DeploymentProfile profile, String pad)
          Write out a containment deployment content.
 

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

Methods in org.apache.avalon.composition.model that return DeploymentProfile
 DeploymentProfile[] TypeRepository.getProfiles(Type type)
          Return the set of deployment profiles for the supplied type.
 DeploymentProfile DeploymentContext.getProfile()
          Return the deployment profile.
 

Methods in org.apache.avalon.composition.model with parameters of type DeploymentProfile
 DeploymentModel DeploymentModelFactory.createDeploymentModel(Logger logger, ContainmentModel parent, DeploymentProfile profile)
          Creation of a new instance of a deployment model within a supplied containment context.
 

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

Methods in org.apache.avalon.composition.model.impl that return DeploymentProfile
 DeploymentProfile DefaultDeploymentContext.getProfile()
          Return the deployment profile.
 

Constructors in org.apache.avalon.composition.model.impl with parameters of type DeploymentProfile
DefaultDeploymentContext(Logger logger, String name, ContainmentContext context, DeploymentProfile profile, Type type, Class clazz, File home, File temp, String partition)
          Creation of a new deployment context.
 



Copyright © Apache Software Foundation. All Rights Reserved.