|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
org.apache.avalon.composition.provider |
The runtime package contains interfaces used by a runtime layer. |
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 with parameters of type ContainmentProfile | |
ClassLoaderModel |
ClassLoaderModel.createClassLoaderModel(Logger logger,
ContainmentProfile profile,
URL[] implied)
Creation of a classloader model 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.createRootContainmentModel(ContainmentProfile profile)
Creation of a new root containment model using a supplied profile. |
ClassLoaderModel |
DefaultClassLoaderModel.createClassLoaderModel(Logger logger,
ContainmentProfile profile,
URL[] implied)
Creation of a classloader model 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,
ModelRepository repository,
DependencyGraph graph,
ContainmentProfile profile)
Creation of a new root containment context. |
|
DefaultContainmentContext(Logger logger,
SystemContext system,
ClassLoaderModel model,
ModelRepository repository,
DependencyGraph graph,
File home,
File temp,
ContainmentModel parent,
ContainmentProfile profile,
String partition,
String name)
Creation of a new containment context. |
Uses of ContainmentProfile in org.apache.avalon.composition.provider |
Methods in org.apache.avalon.composition.provider that return ContainmentProfile | |
ContainmentProfile |
ContainmentContext.getContainmentProfile()
Return the containment profile. |
Methods in org.apache.avalon.composition.provider with parameters of type ContainmentProfile | |
ContainmentModel |
ModelFactory.createRootContainmentModel(ContainmentProfile profile)
Creation of a new root containment model. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |