Package 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.

See:
          Description

Interface Summary
ContainmentProfileCreator Simple interface used to create a ContainmentProfile from an input stream.
ProfilePackageCreator Interface used to create a ProfilePackage from an input stream.
TargetsCreator Simple interface used to create a Targets from an input stream.
 

Class Summary
ContainmentProfileBuilder A ContainmentProfileBuilder is responsible for building ContainmentProfile objects from a configuration object.
ProfilePackageBuilder A ProfileBuilder is responsible for building a ProfilePackage object from a source.
SerializedContainmentProfileCreator Create ContainmentProfile from stream made up of serialized object.
SerializedProfilePackageCreator Create ProfilePackage from stream made up of serialized object.
SerializedTargetsCreator Create Targets from stream made up of serialized object.
TargetsBuilder A TargetsBuilderis responsible for building Targets objects from a configuration object.
XMLComponentProfileCreator  
XMLContainmentProfileCreator Handles internalization of an XML based description of a ContainmentProfile from a Configuration object.
XMLProfileCreator  
XMLProfilePackageCreator  
XMLSecurityProfileBuilder Implementation of the default security builder.
XMLTargetsCreator Handles internalization of an XML based description of a Targets instance from a Configuration object.
 

Package org.apache.avalon.composition.data.builder Description

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.



Copyright © The Apache Software Foundation. All Rights Reserved.