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

Packages that use ProfilePackage
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.  
 

Uses of ProfilePackage in org.apache.avalon.composition.data
 

Fields in org.apache.avalon.composition.data declared as ProfilePackage
static ProfilePackage ProfilePackage.EMPTY_PACKAGE
           
 

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

Methods in org.apache.avalon.composition.data.builder that return ProfilePackage
 ProfilePackage XMLProfilePackageCreator.createProfilePackage(String base, String classname, Configuration config)
          Creation of a ProfilePackage from an XML configuration.
 ProfilePackage SerializedProfilePackageCreator.createProfilePackage(String name, Class clazz)
          Create a ProfilePackage from a class.
 ProfilePackage SerializedProfilePackageCreator.createProfilePackage(InputStream inputStream)
          Create a ProfilePackage from a stream.
 ProfilePackage ProfilePackageBuilder.createProfilePackage(String name, Class clazz)
          Create a ProfilePackage from a type.
 ProfilePackage ProfilePackageCreator.createProfilePackage(String name, Class clazz)
          Create a ProfilePackage from a class reference.
 



Copyright © The Apache Software Foundation. All Rights Reserved.