|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ComponentProfile | |
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. |
org.apache.avalon.composition.provider |
The runtime package contains interfaces used by a runtime layer. |
Uses of ComponentProfile in org.apache.avalon.composition.data |
Methods in org.apache.avalon.composition.data that return ComponentProfile | |
ComponentProfile[] |
ProfilePackage.getComponentProfiles()
Return the set of profile. |
Constructors in org.apache.avalon.composition.data with parameters of type ComponentProfile | |
ProfilePackage(ComponentProfile[] profiles)
Create a new profile package instance. |
|
ComponentProfile(String name,
ComponentProfile template)
Creation of a new deployment profile using a supplied template profile. |
Uses of ComponentProfile in org.apache.avalon.composition.data.builder |
Methods in org.apache.avalon.composition.data.builder that return ComponentProfile | |
ComponentProfile |
XMLComponentProfileCreator.createComponentProfile(Configuration config)
Creation of a ComponentProfile from an XML configuration. |
ComponentProfile |
XMLComponentProfileCreator.createComponentProfile(String base,
String classname,
Configuration config)
Creation of a ComponentProfile from an XML configuration. |
ComponentProfile |
XMLComponentProfileCreator.createComponentProfile(String classname,
Configuration config,
String name)
Creation of a ComponentProfile from an XML configuration. |
Uses of ComponentProfile in org.apache.avalon.composition.data.writer |
Methods in org.apache.avalon.composition.data.writer with parameters of type ComponentProfile | |
protected void |
XMLComponentProfileWriter.writeComponentProfile(Writer writer,
ComponentProfile profile,
String pad)
Write out a containment deployment profile to XML. |
protected void |
XMLComponentProfileWriter.writeDeploymentBody(Writer writer,
ComponentProfile profile,
String pad)
Write out a containment deployment content. |
Uses of ComponentProfile in org.apache.avalon.composition.model |
Methods in org.apache.avalon.composition.model that return ComponentProfile | |
ComponentProfile[] |
TypeRepository.getProfiles(Type type)
Return the set of deployment profiles for the supplied type. |
ComponentProfile |
TypeRepository.getProfile(Type type,
String key)
Return a deployment profile for the supplied type and key. |
Uses of ComponentProfile in org.apache.avalon.composition.model.impl |
Methods in org.apache.avalon.composition.model.impl that return ComponentProfile | |
ComponentProfile |
DefaultComponentContext.getComponentProfile()
Return the deployment profile. |
Constructors in org.apache.avalon.composition.model.impl with parameters of type ComponentProfile | |
DefaultComponentContext(Logger logger,
String name,
SystemContext system,
ClassLoader classloader,
DependencyGraph graph,
ContainmentModel model,
ComponentProfile profile,
Type type,
Class clazz,
File home,
File temp,
String partition)
Creation of a new deployment context. |
Uses of ComponentProfile in org.apache.avalon.composition.provider |
Methods in org.apache.avalon.composition.provider that return ComponentProfile | |
ComponentProfile |
ComponentContext.getComponentProfile()
Return the deployment profile. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |