A B C D E F G H I K L M N O P R S T W X

A

ASSEMBLY - Static variable in interface org.apache.avalon.merlin.Kernel
 
AbstractAppliance - class org.apache.avalon.activation.impl.AbstractAppliance.
Abstract appliance.
AbstractAppliance(DeploymentModel) - Constructor for class org.apache.avalon.activation.impl.AbstractAppliance
 
AbstractLifestyleManager - class org.apache.avalon.activation.impl.AbstractLifestyleManager.
Abstract implentation class for a lifestyle handler.
AbstractLifestyleManager(ComponentModel, ComponentFactory) - Constructor for class org.apache.avalon.activation.impl.AbstractLifestyleManager
Creation of a new instance.
AbstractMerlinTestCase - class org.apache.avalon.merlin.unit.AbstractMerlinTestCase.
Test case that usages the repository builder to deploy the Merlin default application factory.
AbstractMerlinTestCase(String) - Constructor for class org.apache.avalon.merlin.unit.AbstractMerlinTestCase
Constructor for MerlinEmbeddedTest.
Appliance - interface org.apache.avalon.activation.Appliance.
An Appliance is the basic tool merlin wraps around a component to provide support for lifecycle and lifestyle management.
ApplianceException - exception org.apache.avalon.activation.ApplianceException.
Exception to indicate that there was a appliance related error.
ApplianceException(String) - Constructor for class org.apache.avalon.activation.ApplianceException
Construct a new ApplianceException instance.
ApplianceException(String, Throwable) - Constructor for class org.apache.avalon.activation.ApplianceException
Construct a new ApplianceException instance.
ApplianceInvocationHandler - class org.apache.avalon.activation.impl.ApplianceInvocationHandler.
This makes a dynamic proxy for an object.
ApplianceInvocationHandler(DefaultAppliance, Logger, boolean) - Constructor for class org.apache.avalon.activation.impl.ApplianceInvocationHandler
Create a proxy invocation handler.
ApplianceRuntimeException - exception org.apache.avalon.activation.ApplianceRuntimeException.
Exception to indicate that there was an appliance related runtime error.
ApplianceRuntimeException(String) - Constructor for class org.apache.avalon.activation.ApplianceRuntimeException
Construct a new ApplianceRuntimeException instance.
ApplianceRuntimeException(String, Throwable) - Constructor for class org.apache.avalon.activation.ApplianceRuntimeException
Construct a new ApplianceRuntimeException instance.
AssemblyException - exception org.apache.avalon.composition.model.AssemblyException.
Exception raised in response to a model assembly failure.
AssemblyException(String) - Constructor for class org.apache.avalon.composition.model.AssemblyException
Construct a new AssemblyException instance.
AssemblyException(String, Throwable) - Constructor for class org.apache.avalon.composition.model.AssemblyException
Construct a new AssemblyException instance.
add(DeploymentModel) - Method in class org.apache.avalon.composition.model.DependencyGraph
Add a model to current dependency graph.
addChild(DependencyGraph) - Method in class org.apache.avalon.composition.model.DependencyGraph
Addition of a consumer dependency graph.
addCompositionListener(CompositionListener) - Method in interface org.apache.avalon.composition.model.ContainmentModel
Add a composition listener to the model.
addCompositionListener(CompositionListener) - Method in class org.apache.avalon.composition.model.impl.DefaultContainmentModel
Add a composition listener to the model.
addContainmentModel(URL) - Method in interface org.apache.avalon.composition.model.ContainmentModel
Addition of a new subsidiary containment model using a supplied profile url.
addContainmentModel(URL, URL) - Method in interface org.apache.avalon.composition.model.ContainmentModel
Addition of a new subsidiary containment model within the containment context using a supplied url.
addContainmentModel(URL) - Method in class org.apache.avalon.composition.model.impl.DefaultContainmentModel
Add a model referenced by a url to this model.
addContainmentModel(URL, URL) - Method in class org.apache.avalon.composition.model.impl.DefaultContainmentModel
 
addDefaultExclude(String) - Static method in class org.apache.avalon.composition.model.impl.DirectoryScanner
Add a pattern to the default excludes unless it is already a default exclude.
addKernelEventListener(KernelEventListener) - Method in interface org.apache.avalon.merlin.Kernel
Add a kernel listener.
addKernelEventListener(KernelEventListener) - Method in class org.apache.avalon.merlin.impl.DefaultKernel
Add a kernel listener.
addModel(DeploymentProfile) - Method in interface org.apache.avalon.composition.model.ContainmentModel
Addition of a new subsidiary model within the containment context using a supplied profile.
addModel(DeploymentModel) - Method in interface org.apache.avalon.composition.model.ContainmentModel
Addition of a new subsidiary model within the containment context.
addModel(DeploymentModel) - Method in interface org.apache.avalon.composition.model.ModelRepository
Add an model to the repository.
addModel(String, DeploymentModel) - Method in interface org.apache.avalon.composition.model.ModelRepository
Add an model to the repository.
addModel(DeploymentModel) - Method in class org.apache.avalon.composition.model.impl.DefaultContainmentModel
Addition of a new subsidiary model within the containment context.
addModel(DeploymentProfile) - Method in class org.apache.avalon.composition.model.impl.DefaultContainmentModel
Addition of a new subsidiary model within the containment context using a supplied profile.
addModel(DeploymentModel) - Method in class org.apache.avalon.composition.model.impl.DefaultModelRepository
Add an model to the repository.
addModel(String, DeploymentModel) - Method in class org.apache.avalon.composition.model.impl.DefaultModelRepository
Add an model to the repository.
applyTargets(URL) - Method in interface org.apache.avalon.composition.model.ContainmentModel
Apply a set of override targets resolvable from a supplied url.
applyTargets(TargetDirective[]) - Method in interface org.apache.avalon.composition.model.ContainmentModel
Apply a set of override targets.
applyTargets(URL) - Method in class org.apache.avalon.composition.model.impl.DefaultContainmentModel
Apply a set of override targets resolvable from a supplied url.
applyTargets(TargetDirective[]) - Method in class org.apache.avalon.composition.model.impl.DefaultContainmentModel
Apply a set of override targets.
assemble() - Method in interface org.apache.avalon.composition.model.ContainmentModel
Assemble the containment model.
assemble(List) - Method in interface org.apache.avalon.composition.model.ContainmentModel
Assemble the model.
assemble() - Method in class org.apache.avalon.composition.model.impl.DefaultContainmentModel
Assemble the model.
assemble(List) - Method in class org.apache.avalon.composition.model.impl.DefaultContainmentModel
Assemble the model.

B

BlockCompositionDirective - class org.apache.avalon.composition.data.BlockCompositionDirective.
A block reference directive contains an identifier and verion of a local resource to be included by reference into a container.
BlockCompositionDirective(String, Artifact) - Constructor for class org.apache.avalon.composition.data.BlockCompositionDirective
Creation of a new resource directive.
BlockCompositionDirective(String, Artifact, TargetDirective[]) - Constructor for class org.apache.avalon.composition.data.BlockCompositionDirective
Creation of a new resource directive.
BlockIncludeDirective - class org.apache.avalon.composition.data.BlockIncludeDirective.
A block include directive that references a source file describing a block.
BlockIncludeDirective(String, String) - Constructor for class org.apache.avalon.composition.data.BlockIncludeDirective
Creation of a new entry directive.
buildLifestyleFactory(InitialContext, Class) - Method in class org.apache.avalon.activation.impl.DefaultRuntimeFactory
Build a lifestyle factory using a supplied class.
buildRuntimeInstance(InitialContext, Class, Artifact) - Method in class org.apache.avalon.composition.model.impl.DefaultSystemContext
Build a runtime using a supplied class.

C

CLASSLOADER_KEY - Static variable in interface org.apache.avalon.composition.provider.ComponentContext
The standard context entry key for the partition name.
ClassLoaderContext - interface org.apache.avalon.composition.provider.ClassLoaderContext.
Defintion of a working context.
ClassLoaderDirective - class org.apache.avalon.composition.data.ClassLoaderDirective.
Description of classloader.
ClassLoaderDirective() - Constructor for class org.apache.avalon.composition.data.ClassLoaderDirective
Create an empty ClassloaderDirective.
ClassLoaderDirective(LibraryDirective, ClasspathDirective) - Constructor for class org.apache.avalon.composition.data.ClassLoaderDirective
Create a ClassloaderDirective instance.
ClassLoaderModel - interface org.apache.avalon.composition.model.ClassLoaderModel.
Specification of a classloader model from which a a fully qualifed classpath can be established.
ClasspathDirective - class org.apache.avalon.composition.data.ClasspathDirective.
Description of classpath.
ClasspathDirective() - Constructor for class org.apache.avalon.composition.data.ClasspathDirective
Create a empty ClasspathDirective.
ClasspathDirective(FilesetDirective[], Artifact[]) - Constructor for class org.apache.avalon.composition.data.ClasspathDirective
Create a ClasspathDirective instance.
Commissionable - interface org.apache.avalon.composition.model.Commissionable.
The Comissionable interface defines the contract for an manager of deployable components.
CommissioningException - exception org.apache.avalon.composition.model.CommissioningException.
Exception raised in response to an commissioning failure.
CommissioningException(String) - Constructor for class org.apache.avalon.composition.model.CommissioningException
Construct a new CommissioningException instance.
CommissioningException(String, Throwable) - Constructor for class org.apache.avalon.composition.model.CommissioningException
Construct a new CommissioningException instance.
ComponentContext - interface org.apache.avalon.composition.provider.ComponentContext.
Defintion of a component deployment context.
ComponentFactory - interface org.apache.avalon.activation.ComponentFactory.
A factory that provides object instantiation.
ComponentModel - interface org.apache.avalon.composition.model.ComponentModel.
Deployment model defintion.
ComponentProfile - class org.apache.avalon.composition.data.ComponentProfile.
Definition of the criteria for an explicit component profile.
ComponentProfile(String, String) - Constructor for class org.apache.avalon.composition.data.ComponentProfile
Creation of a new profile using IMPLICT mode and LIBERAL collection policies.
ComponentProfile(String, ComponentProfile) - Constructor for class org.apache.avalon.composition.data.ComponentProfile
Creation of a new deployment profile using a supplied template profile.
ComponentProfile(String, int, int, String, CategoriesDirective, ContextDirective, DependencyDirective[], StageDirective[], Parameters, Configuration, Mode) - Constructor for class org.apache.avalon.composition.data.ComponentProfile
 
CompositionEvent - class org.apache.avalon.composition.event.CompositionEvent.
A event raised by a containment model as a result of the addition or removal of a subsidiary model.
CompositionEvent(ContainmentModel, DeploymentModel) - Constructor for class org.apache.avalon.composition.event.CompositionEvent
Create a CompositionEvent event.
CompositionException - exception org.apache.avalon.composition.model.CompositionException.
Exception to indicate that there was a appliance related error.
CompositionException(String) - Constructor for class org.apache.avalon.composition.model.CompositionException
Construct a new CompositionException instance.
CompositionException(String, Throwable) - Constructor for class org.apache.avalon.composition.model.CompositionException
Construct a new CompositionException instance.
CompositionListener - interface org.apache.avalon.composition.event.CompositionListener.
A listener for model composition changes.
ConstructorDirective - class org.apache.avalon.composition.data.ConstructorDirective.
A entry descriptor declares the context entry import or creation criteria for a single context entry instance.
ConstructorDirective(String, String) - Constructor for class org.apache.avalon.composition.data.ConstructorDirective
Creation of a new entry directive using a constructor classname and single argument value.
ConstructorDirective(String, String, String) - Constructor for class org.apache.avalon.composition.data.ConstructorDirective
Creation of a new entry directive using a constructor classname and single argument value.
ConstructorDirective(String, Parameter[]) - Constructor for class org.apache.avalon.composition.data.ConstructorDirective
Creation of a new entry directive using a parameter.
ConstructorDirective(String, String, Parameter[]) - Constructor for class org.apache.avalon.composition.data.ConstructorDirective
Creation of a new entry directive using a parameter.
ContainmentContext - interface org.apache.avalon.composition.provider.ContainmentContext.
Defintion of a working context.
ContainmentModel - interface org.apache.avalon.composition.model.ContainmentModel.
Containment model is an extended deployment model that aggregates a set of models.
ContainmentProfile - class org.apache.avalon.composition.data.ContainmentProfile.
A containment profile describes a containment context including a classloader and the set of profiles explicitly included within the a container.
ContainmentProfile() - Constructor for class org.apache.avalon.composition.data.ContainmentProfile
Creation of a new empty containment profile.
ContainmentProfile(String, ClassLoaderDirective, ServiceDirective[], CategoriesDirective, DeploymentProfile[]) - Constructor for class org.apache.avalon.composition.data.ContainmentProfile
Creation of a new containment profile.
ContainmentProfileBuilder - class org.apache.avalon.composition.data.builder.ContainmentProfileBuilder.
A ContainmentProfileBuilder is responsible for building ContainmentProfile objects from a configuration object.
ContainmentProfileBuilder() - Constructor for class org.apache.avalon.composition.data.builder.ContainmentProfileBuilder
 
ContainmentProfileCreator - interface org.apache.avalon.composition.data.builder.ContainmentProfileCreator.
Simple interface used to create a ContainmentProfile from an input stream.
ContainmentProfileWriter - interface org.apache.avalon.composition.data.writer.ContainmentProfileWriter.
Interface implemented by objects supporting the writing of a ContainmentProfile to an output stream.
ContextDirective - class org.apache.avalon.composition.data.ContextDirective.
A context descriptor declares the context creation criteria for the context instance and context entries.
ContextDirective(EntryDirective[]) - Constructor for class org.apache.avalon.composition.data.ContextDirective
Creation of a new file target.
ContextDirective(String, EntryDirective[]) - Constructor for class org.apache.avalon.composition.data.ContextDirective
Creation of a new file target.
ContextModel - interface org.apache.avalon.composition.model.ContextModel.
Specification of a context model from which a a fully qualifed context can be established.
ContextualizationHandler - interface org.apache.avalon.composition.model.ContextualizationHandler.
Definition of an extension handler that handles the Contextualize stage of a component lifecycle.
clearProvider() - Method in interface org.apache.avalon.composition.model.Dependent
Clean the assigned provider.
clearProvider() - Method in class org.apache.avalon.composition.model.impl.DefaultDependent
Clear the assigned provider.
clone() - Method in class org.apache.avalon.composition.model.impl.Resource
 
clone() - Method in class org.apache.avalon.composition.util.Resource
 
commission() - Method in class org.apache.avalon.activation.impl.AbstractAppliance
Commission the appliance.
commission() - Method in class org.apache.avalon.activation.impl.AbstractLifestyleManager
Commission the runtime handler.
commission() - Method in class org.apache.avalon.activation.impl.DefaultAppliance
Commission the appliance.
commission() - Method in class org.apache.avalon.activation.impl.DefaultBlock
Commission the appliance.
commission(DeploymentModel) - Method in class org.apache.avalon.activation.impl.DefaultRuntime
Request the commissioning of a runtime for a supplied deployment model.
commission() - Method in class org.apache.avalon.activation.impl.SingletonLifestyleManager
Commission the runtime handler.
commission() - Method in class org.apache.avalon.activation.impl.ThreadLifestyleManager
Commission the runtime handler.
commission() - Method in class org.apache.avalon.activation.impl.TransientLifestyleManager
Commission the appliance.
commission() - Method in interface org.apache.avalon.composition.model.Commissionable
Commission the runtime handler.
commission() - Method in class org.apache.avalon.composition.model.impl.DefaultContainmentModel
Commission the appliance.
commission() - Method in class org.apache.avalon.composition.model.impl.DefaultDeploymentModel
Commission the model.
commission(DeploymentModel) - Method in class org.apache.avalon.composition.model.impl.DefaultSystemContext
Request the commissioning of a runtime for a supplied deployment model.
commission(DeploymentModel) - Method in interface org.apache.avalon.composition.provider.Runtime
Request the commissioning of a runtime for a supplied deployment model.
commission(DeploymentModel) - Method in interface org.apache.avalon.composition.provider.SystemContext
Request the commissioning of a runtime for a supplied deployment model.
compareTo(Object) - Method in class org.apache.avalon.composition.model.impl.Resource
delegates to a comparison of names.
compareTo(Object) - Method in class org.apache.avalon.composition.util.Resource
delegates to a comparison of names.
contextualize(Object, Context) - Method in interface org.apache.avalon.composition.model.ContextualizationHandler
Handle the contextualization stage of a component lifecycle.
couldHoldIncluded(String) - Method in class org.apache.avalon.composition.model.impl.DirectoryScanner
Tests whether or not a name matches the start of at least one include pattern.
create(ComponentModel, StageDescriptor, Object) - Method in interface org.apache.avalon.composition.model.LifecycleCreateExtension
Invocation of the deployment creation stage extension.
create() - Method in class org.apache.avalon.merlin.impl.DefaultFactory
Creation of a new kernel using the default criteria.
create(Map) - Method in class org.apache.avalon.merlin.impl.DefaultFactory
Creation of a new kernel using the supplied criteria.
createClassLoaderModel(Logger, ContainmentProfile, URL[]) - Method in interface org.apache.avalon.composition.model.ClassLoaderModel
Creation of a classloader model using this model as the relative parent.
createClassLoaderModel(Logger, ContainmentProfile, URL[]) - Method in class org.apache.avalon.composition.model.impl.DefaultClassLoaderModel
Creation of a classloader model using this model as the relative parent.
createComponentModel(ComponentContext) - Method in class org.apache.avalon.composition.model.impl.DefaultModelFactory
Creation of a new nested deployment model.
createComponentModel(ComponentContext) - Method in interface org.apache.avalon.composition.provider.ModelFactory
Creation of a new nested component model using a supplied component context.
createComponentProfile(Configuration) - Method in class org.apache.avalon.composition.data.builder.XMLComponentProfileCreator
Creation of a ComponentProfile from an XML configuration.
createComponentProfile(String, String, Configuration) - Method in class org.apache.avalon.composition.data.builder.XMLComponentProfileCreator
Creation of a ComponentProfile from an XML configuration.
createComponentProfile(String, Configuration, String) - Method in class org.apache.avalon.composition.data.builder.XMLComponentProfileCreator
Creation of a ComponentProfile from an XML configuration.
createContainmentModel(ContainmentContext) - Method in class org.apache.avalon.composition.model.impl.DefaultModelFactory
Creation of a new nested containment model.
createContainmentModel(ContainmentContext) - Method in interface org.apache.avalon.composition.provider.ModelFactory
Creation of a new nested containment model using a supplied containment context.
createContainmentProfile(InputStream) - Method in class org.apache.avalon.composition.data.builder.ContainmentProfileBuilder
Create a ContainmentProfile from a stream.
createContainmentProfile(InputStream) - Method in interface org.apache.avalon.composition.data.builder.ContainmentProfileCreator
Create a ContainmentProfile from a stream.
createContainmentProfile(InputStream) - Method in class org.apache.avalon.composition.data.builder.SerializedContainmentProfileCreator
Create a ContainmentProfile from a stream.
createContainmentProfile(Configuration) - Method in class org.apache.avalon.composition.data.builder.XMLContainmentProfileCreator
Create a ContainmentProfile from a configuration
createDefaultCriteria() - Method in class org.apache.avalon.merlin.impl.DefaultFactory
Return of map containing the default parameters.
createExcludeDirective(Configuration) - Method in class org.apache.avalon.composition.data.builder.XMLContainmentProfileCreator
Utility method to create a new exclude directive from a configuration instance.
createExcludeDirectives(Configuration) - Method in class org.apache.avalon.composition.data.builder.XMLContainmentProfileCreator
Utility method to create a set in exclude directives.
createFilesetDirective(Configuration) - Method in class org.apache.avalon.composition.data.builder.XMLContainmentProfileCreator
Utility method to create a new fileset descriptor from a configuration instance.
createIncludeDirective(Configuration) - Method in class org.apache.avalon.composition.data.builder.XMLContainmentProfileCreator
Utility method to create a new include directive from a configuration instance.
createIncludeDirectives(Configuration) - Method in class org.apache.avalon.composition.data.builder.XMLContainmentProfileCreator
Utility method to create a set in include directives.
createLifestyleManager(ComponentModel) - Method in class org.apache.avalon.activation.impl.DefaultLifestyleFactory
Create a new lifestyle manager.
createLifestyleManager(ComponentModel, ComponentFactory) - Method in class org.apache.avalon.activation.impl.DefaultLifestyleFactory
Create a new lifestyle manager.
createLifestyleManager(ComponentModel) - Method in interface org.apache.avalon.composition.provider.LifestyleFactory
Create a new lifestyle manager.
createLoggingManager(InitialContext, Artifact, File, URL, boolean) - Static method in class org.apache.avalon.composition.model.impl.DefaultSystemContextFactory
Utility method to create the LoggingManager.
createProfilePackage(String, Class) - Method in class org.apache.avalon.composition.data.builder.ProfilePackageBuilder
Create a ProfilePackage from a type.
createProfilePackage(String, Class) - Method in interface org.apache.avalon.composition.data.builder.ProfilePackageCreator
Create a ProfilePackage from a class reference.
createProfilePackage(String, Class) - Method in class org.apache.avalon.composition.data.builder.SerializedProfilePackageCreator
Create a ProfilePackage from a class.
createProfilePackage(InputStream) - Method in class org.apache.avalon.composition.data.builder.SerializedProfilePackageCreator
Create a ProfilePackage from a stream.
createProfilePackage(String, String, Configuration) - Method in class org.apache.avalon.composition.data.builder.XMLProfilePackageCreator
Creation of a ProfilePackage from an XML configuration.
createProfiles(Configuration) - Method in class org.apache.avalon.composition.data.builder.XMLContainmentProfileCreator
Return the set of profiles embedded in the supplied configuration.
createRootContainmentModel(URL) - Method in class org.apache.avalon.composition.model.impl.DefaultModelFactory
Creation of a new root containment model using a URL referring to a containment profile.
createRootContainmentModel(ContainmentProfile) - Method in class org.apache.avalon.composition.model.impl.DefaultModelFactory
Creation of a new root containment model using a supplied profile.
createRootContainmentModel(URL) - Method in interface org.apache.avalon.composition.provider.ModelFactory
Creation of a new root containment model.
createRootContainmentModel(ContainmentProfile) - Method in interface org.apache.avalon.composition.provider.ModelFactory
Creation of a new root containment model.
createSecurityProfile(Configuration) - Method in class org.apache.avalon.composition.data.builder.XMLSecurityProfileBuilder
Creation of a single security profile from a configuration.
createSecurityProfiles(Configuration) - Method in class org.apache.avalon.composition.data.builder.XMLSecurityProfileBuilder
Utility method to construct set of SecurityProfile instances from a supplied <security> configuration.
createServiceDirectives(Configuration) - Method in class org.apache.avalon.composition.data.builder.XMLContainmentProfileCreator
Resolve the logical services declared by a block directive.
createSystemContext() - Method in class org.apache.avalon.composition.model.impl.DefaultSystemContextFactory
Creation of a new system context using supplied and default values.
createSystemContext() - Method in interface org.apache.avalon.composition.provider.SystemContextFactory
Creation of a new system context using supplied and default values.
createTargets(InputStream) - Method in class org.apache.avalon.composition.data.builder.SerializedTargetsCreator
Create a Targets instance from a stream.
createTargets(InputStream) - Method in class org.apache.avalon.composition.data.builder.TargetsBuilder
Create a Targets instance from a stream.
createTargets(InputStream) - Method in interface org.apache.avalon.composition.data.builder.TargetsCreator
Create a Targets instance from a stream.
createTargets(Configuration) - Method in class org.apache.avalon.composition.data.builder.XMLTargetsCreator
Create a set of target directives from the confiugration.

D

DECOMMISSIONING - Static variable in interface org.apache.avalon.merlin.Kernel
 
DEFAULT - Static variable in class org.apache.avalon.composition.data.DeploymentProfile
 
DEFAULTEXCLUDES - Static variable in class org.apache.avalon.composition.model.impl.DirectoryScanner
Deprecated. use the getDefaultExcludes method instead.
DEFAULT_CONTEXT_CLASS - Static variable in class org.apache.avalon.composition.model.impl.DefaultContextModel
The default context implementation class to be used if no context class is defined.
DEFAULT_STRATEGY_CLASSNAME - Static variable in interface org.apache.avalon.composition.model.ContextModel
The default context strategy interface class.
DELIMITER - Static variable in class org.apache.avalon.composition.data.ContainmentProfile
Container path delimiter.
DEPLOYMENT - Static variable in interface org.apache.avalon.merlin.Kernel
 
DEPLOYMENT_TIMEOUT_KEY - Static variable in interface org.apache.avalon.composition.model.DeploymentModel
 
DISABLED - Static variable in class org.apache.avalon.composition.data.DeploymentProfile
 
DISSASSEMBLY - Static variable in interface org.apache.avalon.merlin.Kernel
 
DefaultAppliance - class org.apache.avalon.activation.impl.DefaultAppliance.
Abstract appliance.
DefaultAppliance(ComponentModel, LifestyleManager, boolean) - Constructor for class org.apache.avalon.activation.impl.DefaultAppliance
 
DefaultBlock - class org.apache.avalon.activation.impl.DefaultBlock.
Composite appliance.
DefaultBlock(SystemContext, ContainmentModel) - Constructor for class org.apache.avalon.activation.impl.DefaultBlock
 
DefaultClassLoaderContext - class org.apache.avalon.composition.model.impl.DefaultClassLoaderContext.
Implementation of a system context that exposes a system wide set of parameters.
DefaultClassLoaderContext(Logger, SystemContext, ClassLoader, ClassLoaderDirective) - Constructor for class org.apache.avalon.composition.model.impl.DefaultClassLoaderContext
Creation of a root classloader context.
DefaultClassLoaderContext(Logger, SystemContext, ClassLoader, OptionalPackage[], ExtensionManager, TypeRepository, ServiceRepository, ClassLoaderDirective, URL[]) - Constructor for class org.apache.avalon.composition.model.impl.DefaultClassLoaderContext
Creation of a new classloader context.
DefaultClassLoaderModel - class org.apache.avalon.composition.model.impl.DefaultClassLoaderModel.
Implementation of a classloader model within which a repository, a base directory and a classloader directive are associated together enabling the creation of a fully qualified classpath.
DefaultClassLoaderModel(ClassLoaderContext) - Constructor for class org.apache.avalon.composition.model.impl.DefaultClassLoaderModel
Creation of a new classloader model.
DefaultComponentContext - class org.apache.avalon.composition.model.impl.DefaultComponentContext.
Default implementation of a deployment context that is used as the primary constructor argument when creating a new component model.
DefaultComponentContext(Logger, String, SystemContext, ClassLoader, DependencyGraph, ContainmentModel, ComponentProfile, Type, Class, File, File, String) - Constructor for class org.apache.avalon.composition.model.impl.DefaultComponentContext
Creation of a new deployment context.
DefaultComponentFactory - class org.apache.avalon.activation.impl.DefaultComponentFactory.
A factory enabling the establishment of component instances.
DefaultComponentFactory(SystemContext, ComponentModel) - Constructor for class org.apache.avalon.activation.impl.DefaultComponentFactory
Creation of a new component factory.
DefaultComponentModel - class org.apache.avalon.composition.model.impl.DefaultComponentModel.
Deployment model defintion.
DefaultComponentModel(ComponentContext, SecurityModel) - Constructor for class org.apache.avalon.composition.model.impl.DefaultComponentModel
Creation of a new deployment model.
DefaultConstructorModel - class org.apache.avalon.composition.model.impl.DefaultConstructorModel.
Default implementation of a the context entry constructor model.
DefaultConstructorModel(EntryDescriptor, ConstructorDirective, ComponentContext, Map) - Constructor for class org.apache.avalon.composition.model.impl.DefaultConstructorModel
Creation of a new context entry import model.
DefaultContainmentContext - class org.apache.avalon.composition.model.impl.DefaultContainmentContext.
Implementation of a containment supplied to a containment model.
DefaultContainmentContext(Logger, SystemContext, ClassLoaderModel, ModelRepository, DependencyGraph, ContainmentProfile) - Constructor for class org.apache.avalon.composition.model.impl.DefaultContainmentContext
Creation of a new root containment context.
DefaultContainmentContext(Logger, SystemContext, ClassLoaderModel, ModelRepository, DependencyGraph, File, File, ContainmentModel, ContainmentProfile, String, String) - Constructor for class org.apache.avalon.composition.model.impl.DefaultContainmentContext
Creation of a new containment context.
DefaultContainmentModel - class org.apache.avalon.composition.model.impl.DefaultContainmentModel.
Containment model implmentation within which composite models are aggregated as a part of a containment deployment model.
DefaultContainmentModel(ContainmentContext, SecurityModel) - Constructor for class org.apache.avalon.composition.model.impl.DefaultContainmentModel
Creation of a new containment model.
DefaultContext - class org.apache.avalon.composition.model.impl.DefaultContext.
Default implementation of a context object.
DefaultContext(Map) - Constructor for class org.apache.avalon.composition.model.impl.DefaultContext
Creation of a new default context.
DefaultContextModel - class org.apache.avalon.composition.model.impl.DefaultContextModel.
Specification of a context model from which a a fully qualifed context can be established.
DefaultContextModel(Logger, ContextDescriptor, ContextDirective, ComponentContext) - Constructor for class org.apache.avalon.composition.model.impl.DefaultContextModel
Default implementation of the context model.
DefaultCriteria - class org.apache.avalon.merlin.impl.DefaultCriteria.
A Criteria is a class holding the values supplied by a user for application to a factory.
DefaultCriteria(InitialContext) - Constructor for class org.apache.avalon.merlin.impl.DefaultCriteria
Creation of a new default kernel criteria.
DefaultDependencyModel - class org.apache.avalon.composition.model.impl.DefaultDependencyModel.
Default implementation of the deplendency model.
DefaultDependencyModel(Logger, String, String, DependencyDescriptor, DependencyDirective) - Constructor for class org.apache.avalon.composition.model.impl.DefaultDependencyModel
Creation of a new dependency model.
DefaultDependent - class org.apache.avalon.composition.model.impl.DefaultDependent.
Default dependent model.
DefaultDependent(Logger) - Constructor for class org.apache.avalon.composition.model.impl.DefaultDependent
Creation of a new stage model.
DefaultDeploymentContext - class org.apache.avalon.composition.model.impl.DefaultDeploymentContext.
Default implementation of a deployment context.
DefaultDeploymentContext(Logger, SystemContext, String, String, Mode, DeploymentProfile, DependencyGraph) - Constructor for class org.apache.avalon.composition.model.impl.DefaultDeploymentContext
Creation of a new deployment context.
DefaultDeploymentModel - class org.apache.avalon.composition.model.impl.DefaultDeploymentModel.
Abstract model base class.
DefaultDeploymentModel(DeploymentContext, SecurityModel) - Constructor for class org.apache.avalon.composition.model.impl.DefaultDeploymentModel
Creation of an abstract model.
DefaultEntryModel - class org.apache.avalon.composition.model.impl.DefaultEntryModel.
Abstract implementation of a the context entry model.
DefaultEntryModel(EntryDescriptor) - Constructor for class org.apache.avalon.composition.model.impl.DefaultEntryModel
Creation of a new context entry import model.
DefaultFactory - class org.apache.avalon.merlin.impl.DefaultFactory.
The DefaultFactory provides support for the establishment of a new merlin kernel.
DefaultFactory(InitialContext, ClassLoader) - Constructor for class org.apache.avalon.merlin.impl.DefaultFactory
Creation of a new default factory.
DefaultFileSelector - class org.apache.avalon.composition.model.impl.DefaultFileSelector.
 
DefaultFileSelector() - Constructor for class org.apache.avalon.composition.model.impl.DefaultFileSelector
 
DefaultFilesetModel - class org.apache.avalon.composition.model.impl.DefaultFilesetModel.
Implementation of a FilesetModel in which a set of IncludeDirective objects, a set of ExcludeDirective objects, a set of default includes and excludes, and a base directory anchor are used to resolve and build a set of files specified by a FilesetDirective.
DefaultFilesetModel(File, IncludeDirective[], ExcludeDirective[], String[], String[], Logger) - Constructor for class org.apache.avalon.composition.model.impl.DefaultFilesetModel
Constructs a new default fileset model.
DefaultImportModel - class org.apache.avalon.composition.model.impl.DefaultImportModel.
Default implementation of a the context entry import model.
DefaultImportModel(EntryDescriptor, String, ComponentContext) - Constructor for class org.apache.avalon.composition.model.impl.DefaultImportModel
Creation of a new context entry import model.
DefaultKernel - class org.apache.avalon.merlin.impl.DefaultKernel.
Implementation of the default Merlin Kernel.
DefaultKernel(KernelContext) - Constructor for class org.apache.avalon.merlin.impl.DefaultKernel
Creation of a new Merlin Kernel.
DefaultKernelContext - class org.apache.avalon.merlin.impl.DefaultKernelContext.
The context argument supplied to a new kernel instance.
DefaultKernelContext(Logger, ContainmentModel) - Constructor for class org.apache.avalon.merlin.impl.DefaultKernelContext
Creation of a new default kernel context.
DefaultLifestyleFactory - class org.apache.avalon.activation.impl.DefaultLifestyleFactory.
A factory enabling the establishment of runtime handlers.
DefaultLifestyleFactory(SystemContext) - Constructor for class org.apache.avalon.activation.impl.DefaultLifestyleFactory
Creation of a new default lifestyle factory.
DefaultModelFactory - class org.apache.avalon.composition.model.impl.DefaultModelFactory.
A factory enabling the establishment of new composition model instances.
DefaultModelRepository - class org.apache.avalon.composition.model.impl.DefaultModelRepository.
The model repository interface declares operations through which clients may resolve registered model instances relative to a stage or service dependencies.
DefaultModelRepository(ModelRepository, Logger) - Constructor for class org.apache.avalon.composition.model.impl.DefaultModelRepository
 
DefaultRuntime - class org.apache.avalon.activation.impl.DefaultRuntime.
Implementation of a system context that exposes a system wide set of parameters.
DefaultRuntime(SystemContext) - Constructor for class org.apache.avalon.activation.impl.DefaultRuntime
Creation of a new system context.
DefaultRuntimeFactory - class org.apache.avalon.activation.impl.DefaultRuntimeFactory.
A factory enabling the establishment of runtime handlers.
DefaultRuntimeFactory(SystemContext) - Constructor for class org.apache.avalon.activation.impl.DefaultRuntimeFactory
 
DefaultSecurityModel - class org.apache.avalon.composition.model.impl.DefaultSecurityModel.
Implementation of the default security model.
DefaultSecurityModel() - Constructor for class org.apache.avalon.composition.model.impl.DefaultSecurityModel
Creation of a disabled security model.
DefaultSecurityModel(SecurityProfile) - Constructor for class org.apache.avalon.composition.model.impl.DefaultSecurityModel
Creation of a new security model.
DefaultServiceModel - class org.apache.avalon.composition.model.impl.DefaultServiceModel.
Service model exposes an exported service class.
DefaultServiceModel(ServiceDirective, Class, DeploymentModel) - Constructor for class org.apache.avalon.composition.model.impl.DefaultServiceModel
 
DefaultServiceRepository - class org.apache.avalon.composition.model.impl.DefaultServiceRepository.
A service repository provides support for the retrival of service defintions.
DefaultStageModel - class org.apache.avalon.composition.model.impl.DefaultStageModel.
Default implementation of the stage model.
DefaultStageModel(Logger, String, StageDescriptor, StageDirective) - Constructor for class org.apache.avalon.composition.model.impl.DefaultStageModel
Creation of a new stage model.
DefaultState - class org.apache.avalon.composition.util.DefaultState.
The State class desribes the state of a simple action.
DefaultState() - Constructor for class org.apache.avalon.composition.util.DefaultState
 
DefaultSystemContext - class org.apache.avalon.composition.model.impl.DefaultSystemContext.
Implementation of a system context that exposes a system wide set of parameters.
DefaultSystemContextFactory - class org.apache.avalon.composition.model.impl.DefaultSystemContextFactory.
Implementation of a system context that exposes a system wide set of parameters.
DefaultSystemContextFactory(InitialContext) - Constructor for class org.apache.avalon.composition.model.impl.DefaultSystemContextFactory
Creation of a new system context factory.
DeliveryDescriptor - class org.apache.avalon.composition.info.DeliveryDescriptor.
Abstract base class for a descriptor of a lifecycle artifact delivery strategy.
DeliveryDescriptor(Class) - Constructor for class org.apache.avalon.composition.info.DeliveryDescriptor
 
DependencyDirective - class org.apache.avalon.composition.data.DependencyDirective.
A DependencyDirective contains information describing how a dependency should be resolved.
DependencyDirective(String, String) - Constructor for class org.apache.avalon.composition.data.DependencyDirective
Creation of a new dependency directive.
DependencyDirective(String, SelectionDirective[]) - Constructor for class org.apache.avalon.composition.data.DependencyDirective
Creation of a new dependency directive.
DependencyGraph - class org.apache.avalon.composition.model.DependencyGraph.
Utility class to aquire an ordered graph of consumers and providers models.
DependencyGraph() - Constructor for class org.apache.avalon.composition.model.DependencyGraph
Creation of a new empty dependency graph.
DependencyGraph(DependencyGraph) - Constructor for class org.apache.avalon.composition.model.DependencyGraph
Creation of a new dependecy graph holding a reference to a parent graph.
DependencyModel - interface org.apache.avalon.composition.model.DependencyModel.
Dependency model handles the establishment of an explicit source provider defintion or service provider selection rules.
Dependent - interface org.apache.avalon.composition.model.Dependent.
Stage model handles the establishment of an explicit source extension defintion or stage provider selection based on extension qualification.
DeploymentContext - interface org.apache.avalon.composition.provider.DeploymentContext.
Deployment context that is supplied to a deployment model.
DeploymentModel - interface org.apache.avalon.composition.model.DeploymentModel.
Model desribing a deployment scenario.
DeploymentProfile - class org.apache.avalon.composition.data.DeploymentProfile.
Abstract base class for ComponentProfile and ContainmentProfile.
DeploymentProfile(String, int, Mode, CategoriesDirective) - Constructor for class org.apache.avalon.composition.data.DeploymentProfile
 
DirectoryScanner - class org.apache.avalon.composition.model.impl.DirectoryScanner.
TODO Write class description.
DirectoryScanner() - Constructor for class org.apache.avalon.composition.model.impl.DirectoryScanner
Sole constructor.
decommission() - Method in class org.apache.avalon.activation.impl.AbstractAppliance
Decommission the appliance.
decommission() - Method in class org.apache.avalon.activation.impl.AbstractLifestyleManager
Invokes the decommissioning phase.
decommission() - Method in class org.apache.avalon.activation.impl.DefaultAppliance
Decommission the appliance.
decommission() - Method in class org.apache.avalon.activation.impl.DefaultBlock
Decommission the appliance.
decommission(DeploymentModel) - Method in class org.apache.avalon.activation.impl.DefaultRuntime
Request the decommissioning of a runtime for a supplied deployment model.
decommission() - Method in class org.apache.avalon.activation.impl.SingletonLifestyleManager
Invokes the decommissioning phase.
decommission() - Method in class org.apache.avalon.activation.impl.ThreadLifestyleManager
Invokes the decommissioning phase.
decommission() - Method in class org.apache.avalon.activation.impl.TransientLifestyleManager
Decommission the appliance.
decommission() - Method in interface org.apache.avalon.composition.model.Commissionable
Invokes the decommissioning phase.
decommission() - Method in class org.apache.avalon.composition.model.impl.DefaultContainmentModel
Decommission the appliance.
decommission() - Method in class org.apache.avalon.composition.model.impl.DefaultDeploymentModel
Decommission the model.
decommission(DeploymentModel) - Method in class org.apache.avalon.composition.model.impl.DefaultSystemContext
Request the decommissioning of a runtime for a supplied deployment model.
decommission(DeploymentModel) - Method in interface org.apache.avalon.composition.provider.Runtime
Request the decommissioning of a runtime for a supplied deployment model.
decommission(DeploymentModel) - Method in interface org.apache.avalon.composition.provider.SystemContext
Request the decommissioning of a runtime for a supplied deployment model.
destroy(ComponentModel, StageDescriptor, Object) - Method in interface org.apache.avalon.composition.model.LifecycleDestroyExtension
Invocation of the deployment destroy stage extension.
destroy() - Method in class org.apache.avalon.merlin.servlet.MerlinServlet
Disposes of container manager and container instance.
dirsDeselected - Variable in class org.apache.avalon.composition.model.impl.DirectoryScanner
The directories which matched at least one include and no excludes but which a selector discarded.
dirsExcluded - Variable in class org.apache.avalon.composition.model.impl.DirectoryScanner
The directories which matched at least one include and at least one exclude.
dirsIncluded - Variable in class org.apache.avalon.composition.model.impl.DirectoryScanner
The directories which matched at least one include and no excludes and were selected.
dirsNotIncluded - Variable in class org.apache.avalon.composition.model.impl.DirectoryScanner
The directories which were found and did not match any includes.
disassemble() - Method in interface org.apache.avalon.composition.model.ContainmentModel
Disassemble the model.
disassemble() - Method in class org.apache.avalon.composition.model.impl.DefaultContainmentModel
Disassemble the model.
dispose() - Method in class org.apache.avalon.merlin.impl.DefaultKernel
 
doExecute() - Method in class org.apache.avalon.merlin.tools.MerlinBean
Establish the merlin kernel.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.avalon.merlin.servlet.MerlinServlet
Respond to a GET request for the content produced by this servlet.

E

EMPTY_PACKAGE - Static variable in class org.apache.avalon.composition.data.ProfilePackage
 
ENABLED - Static variable in class org.apache.avalon.composition.data.DeploymentProfile
 
EQUALS - Static variable in class org.apache.avalon.composition.data.SelectionDirective
 
EXISTS - Static variable in class org.apache.avalon.composition.data.SelectionDirective
 
EXPLICIT - Static variable in class org.apache.avalon.composition.data.Mode
Constant indicating that the profile was explicitly declared under an assembly directive.
EXPLICIT_VALUE - Static variable in class org.apache.avalon.composition.data.Mode
Constant indicating that the profile was explicitly declared under an assembly directive.
EntryDirective - class org.apache.avalon.composition.data.EntryDirective.
A entry descriptor declares the context entry import or creation criteria for a single context entry instance.
EntryDirective(String) - Constructor for class org.apache.avalon.composition.data.EntryDirective
Creation of a new entry directive using a import directive.
EntryModel - interface org.apache.avalon.composition.model.EntryModel.
Specification of a context enty model from which a a context value can be established.
ExcludeDirective - class org.apache.avalon.composition.data.ExcludeDirective.
A file exclude directive.
ExcludeDirective(String) - Constructor for class org.apache.avalon.composition.data.ExcludeDirective
Create an ExcludeDirective instance.
equals(Object) - Method in class org.apache.avalon.composition.data.Mode
Compare a supplied object for equality.
equals(Object) - Method in class org.apache.avalon.composition.model.impl.DefaultDeploymentModel
 
etherialize(Object) - Method in interface org.apache.avalon.activation.ComponentFactory
Termination of the instance including all end-of-life processing.
etherialize(Object) - Method in class org.apache.avalon.activation.impl.DefaultComponentFactory
Termination of the instance including all end-of-life processing.
everythingIncluded - Variable in class org.apache.avalon.composition.model.impl.DirectoryScanner
Whether or not everything tested so far has been included.
excludes - Variable in class org.apache.avalon.composition.model.impl.DirectoryScanner
The patterns for the files to be excluded.
expandFileSetDirectives(File, FilesetDirective[]) - Method in class org.apache.avalon.composition.model.impl.DefaultClassLoaderModel
Return an array of files corresponding to the expansion of the filesets declared within the directive.

F

FatalCommissioningException - exception org.apache.avalon.composition.model.FatalCommissioningException.
Exception raised in response to a fatal assembly failure.
FatalCommissioningException(String) - Constructor for class org.apache.avalon.composition.model.FatalCommissioningException
Construct a new FatalCommissioningException instance.
FatalCommissioningException(String, Throwable) - Constructor for class org.apache.avalon.composition.model.FatalCommissioningException
Construct a new FatalCommissioningException instance.
FatalServiceException - exception org.apache.avalon.composition.model.FatalServiceException.
Exception to indicate that there was a transient service error.
FatalServiceException(String, String, Throwable) - Constructor for class org.apache.avalon.composition.model.FatalServiceException
Construct a new FatalServiceException instance.
FileSelector - interface org.apache.avalon.composition.model.FileSelector.
Interface used by implementations to filter files from candidate lists.
FileUtils - class org.apache.avalon.composition.util.FileUtils.
This class provides some common file utilities used by the composition implementation, and is borrowed from the Apache Ant development team.
FileUtils() - Constructor for class org.apache.avalon.composition.util.FileUtils
Empty constructor.
FilesetDirective - class org.apache.avalon.composition.data.FilesetDirective.
A fileset directive is a scoped defintion of a set of files.
FilesetDirective(String, IncludeDirective[]) - Constructor for class org.apache.avalon.composition.data.FilesetDirective
Create a FilesetDirective instance.
FilesetDirective(String, IncludeDirective[], ExcludeDirective[]) - Constructor for class org.apache.avalon.composition.data.FilesetDirective
Create a FilesetDirective instance.
FilesetModel - interface org.apache.avalon.composition.model.FilesetModel.
Specification of a fileset model from which a a set of included and excluded file directives can be resolved into set of fully qualifed filenames for purposes of establishing a classpath.
filesDeselected - Variable in class org.apache.avalon.composition.model.impl.DirectoryScanner
The files which matched at least one include and no excludes and which a selector discarded.
filesExcluded - Variable in class org.apache.avalon.composition.model.impl.DirectoryScanner
The files which matched at least one include and at least one exclude.
filesIncluded - Variable in class org.apache.avalon.composition.model.impl.DirectoryScanner
The files which matched at least one include and no excludes and were selected.
filesNotIncluded - Variable in class org.apache.avalon.composition.model.impl.DirectoryScanner
The files which did not match any includes or selectors.
filter(ServiceDescriptor[]) - Method in interface org.apache.avalon.composition.model.DependencyModel
Filter a set of candidate service descriptors and return the set of acceptable service as a ordered sequence.
filter(ExtensionDescriptor[]) - Method in interface org.apache.avalon.composition.model.StageModel
Filter a set of candidate service descriptors and return the set of acceptable service as a ordered sequence.
filter(ServiceDescriptor[]) - Method in class org.apache.avalon.composition.model.impl.DefaultDependencyModel
Filter a set of candidate service descriptors and return the set of acceptable service as a ordered sequence.
filter(ExtensionDescriptor[]) - Method in class org.apache.avalon.composition.model.impl.DefaultStageModel
Filter a set of candidate extension descriptors and return the set of acceptable extensions as a ordered sequence.
finalize(Object) - Method in class org.apache.avalon.activation.impl.AbstractLifestyleManager
 
finalize() - Method in class org.apache.avalon.activation.impl.AbstractLifestyleManager
 
finalize() - Method in class org.apache.avalon.activation.impl.ApplianceInvocationHandler
 
finalize(Object) - Method in class org.apache.avalon.activation.impl.SingletonLifestyleManager
Release an object
finalize(Object) - Method in interface org.apache.avalon.composition.provider.LifestyleManager
Release and finalize the supplied object.

G

get(Object) - Method in class org.apache.avalon.composition.model.impl.DefaultContext
Return a context value relative to a key.
getAPIClassLoader() - Method in class org.apache.avalon.composition.model.impl.DefaultSystemContext
Return the API classloader.
getAPIClassLoader() - Method in interface org.apache.avalon.composition.provider.SystemContext
Return the API classloader.
getAccessControlContext() - Method in interface org.apache.avalon.composition.model.DeploymentModel
Return the access control context.
getAccessControlContext() - Method in class org.apache.avalon.composition.model.impl.DefaultDeploymentModel
Return the access control context.
getActivationDirective() - Method in class org.apache.avalon.composition.data.DeploymentProfile
Get the activation directive for the profile.
getActivationDirective(Configuration) - Method in class org.apache.avalon.composition.data.builder.XMLProfileCreator
Get the activation policy from a configuration.
getActivationDirective(Configuration, int) - Method in class org.apache.avalon.composition.data.builder.XMLProfileCreator
Get the activation policy from a configuration.
getActivationPolicy() - Method in interface org.apache.avalon.composition.model.ComponentModel
Return the activation policy for the model.
getActivationPolicy() - Method in class org.apache.avalon.composition.model.impl.DefaultComponentModel
Return the activation policy for the model.
getAnchorDirectory() - Method in class org.apache.avalon.composition.model.impl.DefaultSystemContext
Return the anchor directory from which a container may use to resolve relative classpath references.
getAnchorDirectory() - Method in class org.apache.avalon.composition.model.impl.DefaultSystemContextFactory
Return the anchor directory from which a container may use to establish relative classpath references.
getAnchorDirectory() - Method in interface org.apache.avalon.composition.provider.SystemContext
Return the anchor directory from which a container may use to resolve relative classpath references.
getAnchorDirectory() - Method in interface org.apache.avalon.merlin.KernelCriteria
Return the anchor directory to be used when resolving library declarations in classload specifications.
getAnchorDirectory() - Method in class org.apache.avalon.merlin.impl.DefaultCriteria
Return the anchor directory to be used when resolving library declarations in classload specifications.
getApplicationModel() - Method in interface org.apache.avalon.merlin.KernelContext
Return the application model.
getApplicationModel() - Method in class org.apache.avalon.merlin.impl.DefaultKernelContext
Return the application model.
getArgument() - Method in class org.apache.avalon.composition.data.ConstructorDirective
Return the constructor single argument
getArgument() - Method in class org.apache.avalon.composition.data.Parameter
Return the argument (may be null).
getArtifact() - Method in class org.apache.avalon.composition.data.BlockCompositionDirective
Return the artifact reference.
getArtifacts() - Method in class org.apache.avalon.composition.data.ClasspathDirective
Return the set of artifact directives.
getBaseDirectory() - Method in class org.apache.avalon.composition.data.FilesetDirective
Return the base directory.
getBaseDirectory() - Method in class org.apache.avalon.composition.model.impl.DefaultClassLoaderContext
Return the base directory from which relative library directives and fileset directory paths may be resolved.
getBaseDirectory() - Method in class org.apache.avalon.composition.model.impl.DefaultSystemContext
Return the base directory from which relative classloader references may be resolved.
getBaseDirectory() - Method in class org.apache.avalon.composition.model.impl.DefaultSystemContextFactory
Return the base directory from which relative classloader references may be resolved.
getBaseDirectory() - Method in interface org.apache.avalon.composition.provider.ClassLoaderContext
Return the base directory from which relative library directives and fileset directory paths may be resolved.
getBaseDirectory() - Method in interface org.apache.avalon.composition.provider.SystemContext
Return the base directory from which relative references should be resolved.
getBasedir() - Method in class org.apache.avalon.composition.model.impl.DirectoryScanner
Returns the base directory to be scanned.
getCandidateProviders(DependencyDescriptor) - Method in interface org.apache.avalon.composition.model.ModelRepository
Locate all models meeting the supplied dependency criteria.
getCandidateProviders(StageDescriptor) - Method in interface org.apache.avalon.composition.model.ModelRepository
Locate all models meeting the supplied criteria.
getCandidateProviders(ReferenceDescriptor) - Method in interface org.apache.avalon.composition.model.ModelRepository
Locate all models meeting the supplied service reference criteria.
getCandidateProviders(StageDescriptor) - Method in class org.apache.avalon.composition.model.impl.DefaultModelRepository
Locate all models meeting the supplied criteria.
getCandidateProviders(DependencyDescriptor) - Method in class org.apache.avalon.composition.model.impl.DefaultModelRepository
Locate all models meeting the supplied dependency criteria.
getCandidateProviders(ReferenceDescriptor) - Method in class org.apache.avalon.composition.model.impl.DefaultModelRepository
Locate all models meeting the supplied service reference criteria.
getCastingClass() - Method in interface org.apache.avalon.composition.model.ContextModel
Return the class that the context is castable to.
getCastingClass() - Method in class org.apache.avalon.composition.model.impl.DefaultContextModel
Return the class that the context is castable to.
getCastingInterfaceClass() - Method in class org.apache.avalon.composition.info.DeliveryDescriptor
 
getCategories() - Method in class org.apache.avalon.composition.data.DeploymentProfile
Return the logging categories for the profile.
getCategories() - Method in interface org.apache.avalon.composition.model.DeploymentModel
Return the logging categories.
getCategories() - Method in class org.apache.avalon.composition.model.impl.DefaultDeploymentModel
Return the logging categories.
getCategoriesDirective() - Method in class org.apache.avalon.composition.data.TargetDirective
Return the logging categories directive.
getCategoriesDirective(Configuration) - Method in class org.apache.avalon.composition.data.builder.XMLProfileCreator
Creation of a single categories directive instance from a supplied configuration fragment.
getCategoryDirective(Configuration) - Method in class org.apache.avalon.composition.data.builder.XMLProfileCreator
 
getChild() - Method in class org.apache.avalon.composition.event.CompositionEvent
Return the child that was added or removed from the containment model.
getClassLoader() - Method in interface org.apache.avalon.composition.model.ClassLoaderModel
Return the classloader for a containment context.
getClassLoader() - Method in class org.apache.avalon.composition.model.impl.DefaultClassLoaderContext
Return the classloader to be assigned as the parernt classloader.
getClassLoader() - Method in class org.apache.avalon.composition.model.impl.DefaultClassLoaderModel
Return the classloader established by this classloader model.
getClassLoader() - Method in class org.apache.avalon.composition.model.impl.DefaultComponentContext
Return the classloader for the component.
getClassLoader() - Method in class org.apache.avalon.composition.model.impl.DefaultContainmentContext
Return the containment classloader.
getClassLoader() - Method in interface org.apache.avalon.composition.provider.ClassLoaderContext
Return the classloader to be assigned as the parent classloader of the classloader created by the model.
getClassLoader() - Method in interface org.apache.avalon.composition.provider.ComponentContext
Return the classloader for the component.
getClassLoader() - Method in interface org.apache.avalon.composition.provider.ContainmentContext
Return the containment classloader.
getClassLoaderDirective() - Method in class org.apache.avalon.composition.data.ContainmentProfile
Return the classloader directive that describes the creation arguments for the classloader required by this container.
getClassLoaderDirective() - Method in class org.apache.avalon.composition.model.impl.DefaultClassLoaderContext
Return the classloader directive to be applied to the classloader model.
getClassLoaderDirective() - Method in interface org.apache.avalon.composition.provider.ClassLoaderContext
Return the classloader directive to be applied to the classloader model.
getClassLoaderModel() - Method in interface org.apache.avalon.composition.model.ContainmentModel
Return the classloader model.
getClassLoaderModel() - Method in class org.apache.avalon.composition.model.impl.DefaultContainmentContext
Return the containment classloader model.
getClassLoaderModel() - Method in class org.apache.avalon.composition.model.impl.DefaultContainmentModel
Return the classloader model.
getClassLoaderModel() - Method in interface org.apache.avalon.composition.provider.ContainmentContext
Return the classloader model.
getClassname() - Method in class org.apache.avalon.composition.data.ComponentProfile
Return the component type classname.
getClassname() - Method in class org.apache.avalon.composition.data.ConstructorDirective
Return the constructor classname
getClassname() - Method in class org.apache.avalon.composition.data.ContextDirective
Return the classname of the context implementation to use.
getClassname() - Method in class org.apache.avalon.composition.data.NamedComponentProfile
Return the component type classname.
getClassname() - Method in class org.apache.avalon.composition.data.Parameter
Return the classname of the parameter implementation to use.
getClasspathDirective() - Method in class org.apache.avalon.composition.data.ClassLoaderDirective
Return the classpath directive.
getCollectionPolicy() - Method in class org.apache.avalon.composition.data.ComponentProfile
Return the component collection policy.
getCollectionPolicy(Configuration) - Method in class org.apache.avalon.composition.data.builder.XMLComponentProfileCreator
Get the collection policy from a configuration.
getCollectionPolicy() - Method in interface org.apache.avalon.composition.model.ComponentModel
Return the collection policy for the model.
getCollectionPolicy() - Method in class org.apache.avalon.composition.model.impl.DefaultComponentModel
Return the collection policy for the model.
getComponentFactory() - Method in class org.apache.avalon.activation.impl.AbstractLifestyleManager
 
getComponentModel() - Method in class org.apache.avalon.activation.impl.AbstractLifestyleManager
 
getComponentModel() - Method in class org.apache.avalon.activation.impl.DefaultAppliance
Return the model backing the handler.
getComponentProfile() - Method in class org.apache.avalon.composition.model.impl.DefaultComponentContext
Return the deployment profile.
getComponentProfile() - Method in interface org.apache.avalon.composition.provider.ComponentContext
Return the deployment profile.
getComponentProfiles() - Method in class org.apache.avalon.composition.data.ProfilePackage
Return the set of profile.
getConfigDirectory() - Method in interface org.apache.avalon.merlin.KernelCriteria
Return the root directory to the merlin configurations
getConfigDirectory() - Method in class org.apache.avalon.merlin.impl.DefaultCriteria
Return the root directory to the merlin configurations
getConfiguration() - Method in class org.apache.avalon.composition.data.ComponentProfile
Return the base Configuration for the profile.
getConfiguration() - Method in class org.apache.avalon.composition.data.TargetDirective
Return the target configuration.
getConfiguration() - Method in interface org.apache.avalon.composition.model.ComponentModel
Return the configuration to be applied to the component.
getConfiguration() - Method in class org.apache.avalon.composition.model.impl.DefaultComponentModel
Return the configuration to be applied to the component.
getConsumerGraph(DeploymentModel) - Method in class org.apache.avalon.composition.model.DependencyGraph
Get the serilized graph of DeploymentModel instances that use services of the specified model.
getConsumerGraph() - Method in interface org.apache.avalon.composition.model.DeploymentModel
Return the set of models consuming this model.
getConsumerGraph() - Method in class org.apache.avalon.composition.model.impl.DefaultDeploymentModel
Return the set of models consuming this model.
getContainmentModel() - Method in class org.apache.avalon.activation.impl.DefaultBlock
Return the model backing the handler.
getContainmentModel() - Method in class org.apache.avalon.composition.event.CompositionEvent
Return the the containment model that generated the event.
getContainmentModel() - Method in class org.apache.avalon.composition.model.impl.DefaultComponentContext
Return the enclosing containment model.
getContainmentModel() - Method in interface org.apache.avalon.composition.provider.ComponentContext
Return the enclosing containment model.
getContainmentProfile() - Method in class org.apache.avalon.composition.model.impl.DefaultContainmentContext
Return the containment profile.
getContainmentProfile() - Method in interface org.apache.avalon.composition.provider.ContainmentContext
Return the containment profile.
getContext() - Method in class org.apache.avalon.composition.data.ComponentProfile
Return the context directive for the profile.
getContext() - Method in interface org.apache.avalon.composition.model.ContextModel
Return the context object for the component.
getContext() - Method in class org.apache.avalon.composition.model.impl.DefaultContextModel
Return the context object established for the component.
getContextDirective(Configuration) - Method in class org.apache.avalon.composition.data.builder.XMLComponentProfileCreator
Utility method to create a new context directive.
getContextDirectory() - Method in interface org.apache.avalon.merlin.KernelCriteria
Return the context directory from which relative runtrime home directories will be established for components referencing urn:avalon:home
getContextDirectory() - Method in class org.apache.avalon.merlin.impl.DefaultCriteria
Return the context directory from which relative runtime home directories will be established for components referencing urn:avalon:home
getContextModel() - Method in interface org.apache.avalon.composition.model.ComponentModel
Return the context model for this deployment model.
getContextModel() - Method in class org.apache.avalon.composition.model.impl.DefaultComponentModel
Return the context model for this deployment model.
getCriteria() - Method in class org.apache.avalon.composition.data.SelectionDirective
Return the feature selection criteria.
getCurrentState() - Method in class org.apache.avalon.merlin.event.KernelStateEvent
Return the state by the transition.
getDefaultActivationPolicy() - Method in class org.apache.avalon.composition.model.impl.DefaultComponentModel
Get the default activation policy for the model.
getDefaultDeploymentTimeout() - Method in class org.apache.avalon.composition.model.impl.DefaultSystemContext
Return the default deployment phase timeout value.
getDefaultDeploymentTimeout() - Method in class org.apache.avalon.composition.model.impl.DefaultSystemContextFactory
Return the default deployment phase timeout value.
getDefaultDeploymentTimeout() - Method in interface org.apache.avalon.composition.provider.SystemContext
Return the default deployment phase timeout value.
getDefaultExcludes() - Static method in class org.apache.avalon.composition.model.impl.DirectoryScanner
Get the list of patterns that should be excluded by default.
getDelay() - Method in class org.apache.avalon.activation.TransientApplianceException
Return the projected delay.
getDelay() - Method in class org.apache.avalon.composition.model.TransientRuntimeException
Returns the expected duration of service non-availability.
getDelay() - Method in class org.apache.avalon.composition.model.TransientServiceException
Returns the expected duration of service non-availability.
getDeliveryDescriptor() - Method in interface org.apache.avalon.composition.model.ContextModel
Return the delivery descriptor.
getDeliveryDescriptor() - Method in class org.apache.avalon.composition.model.impl.DefaultContextModel
Return the delivery descriptor.
getDeliveryInterfaceClass() - Method in class org.apache.avalon.composition.info.StagedDeliveryDescriptor
 
getDependency() - Method in interface org.apache.avalon.composition.model.DependencyModel
Return the dependency descriptor for the model.
getDependency() - Method in class org.apache.avalon.composition.model.impl.DefaultDependencyModel
Return the dependency descriptor.
getDependencyDirective(String) - Method in class org.apache.avalon.composition.data.ComponentProfile
Return the dependency directive for a supplied key.
getDependencyDirective(Configuration) - Method in class org.apache.avalon.composition.data.builder.XMLComponentProfileCreator
 
getDependencyDirectives() - Method in class org.apache.avalon.composition.data.ComponentProfile
Return the dependency directives.
getDependencyDirectives(Configuration) - Method in class org.apache.avalon.composition.data.builder.XMLComponentProfileCreator
 
getDependencyGraph() - Method in class org.apache.avalon.composition.model.impl.DefaultDeploymentContext
Return the dependency graph used to construct deployment and decommissioning sequences.
getDependencyGraph() - Method in interface org.apache.avalon.composition.provider.DeploymentContext
Return the dependency graph used to construct deployment and decommissioning sequences.
getDependencyModel(DependencyDescriptor) - Method in interface org.apache.avalon.composition.model.ComponentModel
Return a dependency model for a supplied descriptor or null if no match found.
getDependencyModel(DependencyDescriptor) - Method in class org.apache.avalon.composition.model.impl.DefaultComponentModel
Return a dependency model matching the supplied descriptor.
getDependencyModels() - Method in interface org.apache.avalon.composition.model.ComponentModel
Return the dependency models for this deployment model.
getDependencyModels() - Method in class org.apache.avalon.composition.model.impl.DefaultComponentModel
Return the dependency models for this component type.
getDeploymentClass() - Method in interface org.apache.avalon.composition.model.ComponentModel
Return the class for the deployable target.
getDeploymentClass() - Method in class org.apache.avalon.composition.model.impl.DefaultComponentContext
Return the component class.
getDeploymentClass() - Method in class org.apache.avalon.composition.model.impl.DefaultComponentModel
Return the class for the deployable target.
getDeploymentClass() - Method in interface org.apache.avalon.composition.provider.ComponentContext
Return the component class.
getDeploymentModel() - Method in class org.apache.avalon.activation.impl.AbstractAppliance
Return the model backing the handler.
getDeploymentTimeout() - Method in interface org.apache.avalon.composition.model.ContainmentModel
Return the default deployment timeout value declared in the kernel configuration.
getDeploymentTimeout() - Method in interface org.apache.avalon.composition.model.DeploymentModel
Return the default deployment timeout value declared in the kernel configuration.
getDeploymentTimeout() - Method in class org.apache.avalon.composition.model.impl.DefaultComponentModel
Return the deployment timeout value for the component.
getDeploymentTimeout() - Method in class org.apache.avalon.composition.model.impl.DefaultContainmentModel
Returns the maximum allowable time for deployment.
getDeploymentTimeout() - Method in class org.apache.avalon.composition.model.impl.DefaultDeploymentModel
Return the default deployment timeout value declared in the kernel configuration.
getDeploymentTimeout() - Method in interface org.apache.avalon.merlin.KernelCriteria
Return the default deployment timeout value.
getDeploymentTimeout() - Method in class org.apache.avalon.merlin.impl.DefaultCriteria
Return the default deployment timeout value.
getDeploymentURLs() - Method in interface org.apache.avalon.merlin.KernelCriteria
Return the set of block URLs to be included in the root application
getDeploymentURLs() - Method in class org.apache.avalon.merlin.impl.DefaultCriteria
Return the sequence of deployment urls
getEntries(Configuration[]) - Method in class org.apache.avalon.composition.data.builder.XMLComponentProfileCreator
Utility method to create a set of entry directives.
getEntryDirective(String) - Method in class org.apache.avalon.composition.data.ContextDirective
Return a named entry.
getEntryDirectives() - Method in class org.apache.avalon.composition.data.ContextDirective
Return the set of entry directives.
getEntryModel(String) - Method in interface org.apache.avalon.composition.model.ContextModel
Return an entry model matching the supplied key.
getEntryModel(String) - Method in class org.apache.avalon.composition.model.impl.DefaultContextModel
Return an entry model matching the supplied key.
getEntryModels() - Method in interface org.apache.avalon.composition.model.ContextModel
Return the set of entry models associated with this context model.
getEntryModels() - Method in class org.apache.avalon.composition.model.impl.DefaultContextModel
Return the set of entry models associated with this context model.
getExcludes() - Method in class org.apache.avalon.composition.data.FilesetDirective
Return the set of exclude directives.
getExportDirective(Class) - Method in class org.apache.avalon.composition.data.ContainmentProfile
Retrieve a service directive matching a supplied class.
getExportDirectives() - Method in class org.apache.avalon.composition.data.ContainmentProfile
Return the set of service directives that describe the mapping between services exposrted by the container and its implementation model.
getExtensionManager() - Method in interface org.apache.avalon.composition.model.ClassLoaderModel
Return the optional extensions manager.
getExtensionManager() - Method in class org.apache.avalon.composition.model.impl.DefaultClassLoaderContext
Return the extension manager established by the parent classloader model.
getExtensionManager() - Method in class org.apache.avalon.composition.model.impl.DefaultClassLoaderModel
Return the optional extensions manager.
getExtensionManager() - Method in interface org.apache.avalon.composition.provider.ClassLoaderContext
Return the extension manager established by the parent classloader model.
getFeature() - Method in class org.apache.avalon.composition.data.SelectionDirective
Return the feature name.
getFilesets() - Method in class org.apache.avalon.composition.data.ClasspathDirective
Return the set of fileset directives.
getGrantsTable() - Method in class org.apache.avalon.composition.model.impl.DefaultSystemContextFactory
Return the initial grants table.
getGroups() - Method in class org.apache.avalon.composition.data.LibraryDirective
Return the set of group identifiers.
getHomeDirectory() - Method in class org.apache.avalon.composition.model.impl.DefaultComponentContext
Return the working directory.
getHomeDirectory() - Method in class org.apache.avalon.composition.model.impl.DefaultContainmentContext
Return the working directory from which containers may establish persistent content.
getHomeDirectory() - Method in class org.apache.avalon.composition.model.impl.DefaultSystemContext
Return the working directory from which containers may establish persistent content.
getHomeDirectory() - Method in class org.apache.avalon.composition.model.impl.DefaultSystemContextFactory
Return the working directory from which containers may establish persistent content.
getHomeDirectory() - Method in interface org.apache.avalon.composition.provider.ComponentContext
Return the working directory for the component.
getHomeDirectory() - Method in interface org.apache.avalon.composition.provider.ContainmentContext
Return the working directory for a container.
getHomeDirectory() - Method in interface org.apache.avalon.composition.provider.SystemContext
Return the home directory from which containers may establish persistent content.
getHomeDirectory() - Method in interface org.apache.avalon.merlin.KernelCriteria
Return the root directory to the merlin installation
getHomeDirectory() - Method in class org.apache.avalon.merlin.impl.DefaultCriteria
Return the root directory to the merlin installation
getImplicitURLs() - Method in class org.apache.avalon.composition.model.impl.DefaultClassLoaderContext
Return any implied urls to include in the classloader.
getImplicitURLs() - Method in interface org.apache.avalon.composition.provider.ClassLoaderContext
Return any implied urls to include in the classloader.
getImportKey() - Method in class org.apache.avalon.composition.data.ImportDirective
Return the container scoped key that defines the object to be imported.
getIncludedFiles() - Method in class org.apache.avalon.composition.model.impl.DirectoryScanner
Returns the names of the files which matched at least one of the include patterns and none of the exclude patterns.
getIncludes() - Method in class org.apache.avalon.composition.data.FilesetDirective
Return the set of include directives.
getIncludes() - Method in class org.apache.avalon.composition.data.LibraryDirective
Return the set of include path entries.
getIncludes() - Method in class org.apache.avalon.composition.model.impl.DefaultFilesetModel
Returns a set of File objects representing the results of the fileset resolution.
getInitialState() - Method in class org.apache.avalon.merlin.event.KernelStateEvent
Return the initial state before the transition.
getInstance() - Static method in class org.apache.avalon.composition.model.impl.ScannerUtils
Retrieves the instance of the Singleton.
getInstance() - Static method in class org.apache.avalon.composition.util.ScannerUtils
Retrieves the instance of the Singleton.
getInterfaces() - Method in interface org.apache.avalon.composition.model.ComponentModel
Return the set of services produced by the model as a array of classes.
getInterfaces() - Method in class org.apache.avalon.composition.model.impl.DefaultComponentModel
Return the set of services produced by the model as a array of classes.
getKernel() - Method in class org.apache.avalon.merlin.event.KernelEvent
Return the kernel raising the event.
getKernelURL() - Method in interface org.apache.avalon.merlin.KernelCriteria
Return the url to the kernel configuration
getKernelURL() - Method in class org.apache.avalon.merlin.impl.DefaultCriteria
Return the url to the kernel configuration
getKey() - Method in class org.apache.avalon.composition.data.DependencyDirective
Return the dependency key.
getKey() - Method in class org.apache.avalon.composition.data.EntryDirective
Return the context key.
getKey() - Method in class org.apache.avalon.composition.data.NamedComponentProfile
Return the component profile key.
getKey() - Method in class org.apache.avalon.composition.data.StageDirective
Return the stage key.
getKey() - Method in interface org.apache.avalon.composition.model.EntryModel
Return the context entry key.
getKey() - Method in class org.apache.avalon.composition.model.impl.DefaultEntryModel
Return the context entry key.
getLanguageCode() - Method in interface org.apache.avalon.merlin.KernelCriteria
Return the lang code.
getLanguageCode() - Method in class org.apache.avalon.merlin.impl.DefaultCriteria
Return the lang code.
getLastModified() - Method in class org.apache.avalon.composition.model.impl.Resource
tells the modification time in milliseconds since 01.01.1970 of
getLastModified() - Method in class org.apache.avalon.composition.util.Resource
tells the modification time in milliseconds since 01.01.1970 of
getLibrary() - Method in class org.apache.avalon.composition.data.ClassLoaderDirective
Return the library directive.
getLifestyleArtifact() - Method in class org.apache.avalon.composition.model.impl.DefaultSystemContextFactory
Return the artifact referencing the lifestyle factory.
getLogger() - Method in class org.apache.avalon.activation.impl.AbstractAppliance
 
getLogger() - Method in class org.apache.avalon.activation.impl.AbstractLifestyleManager
 
getLogger() - Method in class org.apache.avalon.activation.impl.DefaultComponentFactory
 
getLogger() - Method in interface org.apache.avalon.composition.model.DeploymentModel
Return the assigned logging channel.
getLogger() - Method in class org.apache.avalon.composition.model.impl.DefaultClassLoaderContext
Return the system logging channel.
getLogger() - Method in class org.apache.avalon.composition.model.impl.DefaultDeploymentContext
Return the assigned logger.
getLogger() - Method in class org.apache.avalon.composition.model.impl.DefaultDeploymentModel
Return the assigned logging channel.
getLogger() - Method in class org.apache.avalon.composition.model.impl.DefaultServiceRepository
 
getLogger() - Method in class org.apache.avalon.composition.model.impl.DefaultSystemContext
Return the system logging channel.
getLogger() - Method in class org.apache.avalon.composition.model.impl.DirectoryScanner
 
getLogger() - Method in interface org.apache.avalon.composition.provider.ClassLoaderContext
Return the logging channel to be applied to the classloader model.
getLogger() - Method in interface org.apache.avalon.composition.provider.DeploymentContext
Return the assigned logger.
getLogger() - Method in interface org.apache.avalon.composition.provider.SystemContext
Return the system logging channel.
getLogger() - Method in interface org.apache.avalon.merlin.KernelContext
Return the assigned logging channel.
getLogger() - Method in class org.apache.avalon.merlin.impl.DefaultKernelContext
Return the assigned logging channel.
getLoggingConfiguration() - Method in interface org.apache.avalon.merlin.KernelCriteria
Return a external logging system configuration file
getLoggingConfiguration() - Method in class org.apache.avalon.merlin.impl.DefaultCriteria
Return an external logging system configuration source
getLoggingImplementation() - Method in interface org.apache.avalon.merlin.KernelCriteria
Return the logging system implementation artifact.
getLoggingImplementation() - Method in class org.apache.avalon.merlin.impl.DefaultCriteria
Return the artifact reference to the logging implementation factory .
getLoggingManager() - Method in class org.apache.avalon.composition.model.impl.DefaultSystemContext
Return the logging manager.
getLoggingManager() - Method in class org.apache.avalon.composition.model.impl.DefaultSystemContextFactory
Return the logging manager.
getLoggingManager() - Method in interface org.apache.avalon.composition.provider.SystemContext
Return the logging manager.
getMode() - Method in class org.apache.avalon.composition.data.DeploymentProfile
Returns the creation mode for this profile.
getMode() - Method in interface org.apache.avalon.composition.model.DeploymentModel
Return the mode of model establishment.
getMode() - Method in class org.apache.avalon.composition.model.impl.DefaultDeploymentContext
Return the mode of establishment.
getMode() - Method in class org.apache.avalon.composition.model.impl.DefaultDeploymentModel
Return the mode of establishment.
getMode() - Method in interface org.apache.avalon.composition.provider.DeploymentContext
Return the mode of establishment.
getModel(String) - Method in interface org.apache.avalon.composition.model.ContainmentModel
Return a model relative to a supplied path.
getModel(ReferenceDescriptor) - Method in interface org.apache.avalon.composition.model.ContainmentModel
Resolve a model capable of supporting the supplied service reference.
getModel(DependencyDescriptor) - Method in interface org.apache.avalon.composition.model.ContainmentModel
Resolve a model capable of supporting the supplied service reference.
getModel(String) - Method in interface org.apache.avalon.composition.model.ModelRepository
Locate an model matching the supplied name.
getModel(DependencyDescriptor) - Method in interface org.apache.avalon.composition.model.ModelRepository
Locate a model meeting the supplied criteria.
getModel(ReferenceDescriptor) - Method in interface org.apache.avalon.composition.model.ModelRepository
Locate a model meeting the supplied service criteria.
getModel(StageDescriptor) - Method in interface org.apache.avalon.composition.model.ModelRepository
Locate a model meeting the supplied criteria.
getModel(String) - Method in class org.apache.avalon.composition.model.impl.DefaultContainmentModel
Return a child model relative to a supplied name.
getModel(ReferenceDescriptor) - Method in class org.apache.avalon.composition.model.impl.DefaultContainmentModel
Resolve a model capable of supporting the supplied service reference.
getModel(DependencyDescriptor) - Method in class org.apache.avalon.composition.model.impl.DefaultContainmentModel
Resolve a model capable of supporting the supplied service reference.
getModel(DependencyDescriptor) - Method in class org.apache.avalon.composition.model.impl.DefaultModelRepository
Locate an model meeting the supplied criteria.
getModel(ReferenceDescriptor) - Method in class org.apache.avalon.composition.model.impl.DefaultModelRepository
Locate an model meeting the supplied criteria.
getModel(StageDescriptor) - Method in class org.apache.avalon.composition.model.impl.DefaultModelRepository
Locate a model meeting the supplied criteria.
getModel(String) - Method in class org.apache.avalon.composition.model.impl.DefaultModelRepository
Locate a local model matching the supplied name.
getModel() - Method in interface org.apache.avalon.merlin.Kernel
Return the root containment model.
getModel() - Method in class org.apache.avalon.merlin.impl.DefaultKernel
Return the root application block.
getModelFactory() - Method in class org.apache.avalon.composition.model.impl.DefaultSystemContext
Return the model factory.
getModelFactory() - Method in interface org.apache.avalon.composition.provider.SystemContext
Return the model factory.
getModelRepository() - Method in class org.apache.avalon.composition.model.impl.DefaultContainmentContext
Return the model repository.
getModelRepository() - Method in interface org.apache.avalon.composition.provider.ContainmentContext
Return the model repository.
getModels() - Method in interface org.apache.avalon.composition.model.ContainmentModel
Return the set of models nested within this model.
getModels() - Method in interface org.apache.avalon.composition.model.ModelRepository
Locate an model meeting the supplied criteria.
getModels() - Method in class org.apache.avalon.composition.model.impl.DefaultContainmentModel
Return the set of immediate child models nested within this model.
getModels() - Method in class org.apache.avalon.composition.model.impl.DefaultModelRepository
Return a sequence of all of the local models.
getName() - Method in class org.apache.avalon.composition.data.DeploymentProfile
Return the name of meta-data instance.
getName() - Method in class org.apache.avalon.composition.data.SecurityProfile
Return the name of the security profile.
getName(String, Configuration, String) - Method in class org.apache.avalon.composition.data.builder.XMLProfileCreator
Get the profile name.
getName() - Method in interface org.apache.avalon.composition.model.DeploymentModel
Return the name of the model.
getName() - Method in class org.apache.avalon.composition.model.impl.DefaultDeploymentContext
Return the profile name.
getName() - Method in class org.apache.avalon.composition.model.impl.DefaultDeploymentModel
Return the profile name.
getName() - Method in class org.apache.avalon.composition.model.impl.DefaultSecurityModel
Return the name of the security profile backing the model.
getName() - Method in class org.apache.avalon.composition.model.impl.DefaultSystemContextFactory
Return the name assigned to the system context.
getName() - Method in class org.apache.avalon.composition.model.impl.Resource
name attribute will contain the path of a file relative to the root directory of its fileset or the recorded path of a zip entry.
getName() - Method in interface org.apache.avalon.composition.provider.DeploymentContext
Return the deployment target name.
getName() - Method in interface org.apache.avalon.composition.provider.SecurityModel
Return the name of the security model.
getName() - Method in class org.apache.avalon.composition.util.Resource
name attribute will contain the path of a file relative to the root directory of its fileset or the recorded path of a zip entry.
getOptionalExtensionDirectories(File) - Method in class org.apache.avalon.composition.data.LibraryDirective
Return the set of optional extension locations as a File[] relative to a supplied base directory.
getOptionalPackages() - Method in interface org.apache.avalon.composition.model.ClassLoaderModel
Return the set of local established optional packages.
getOptionalPackages(boolean) - Method in interface org.apache.avalon.composition.model.ClassLoaderModel
Return the set of optional packages already established including the optional packages established by any parent classloader model.
getOptionalPackages() - Method in class org.apache.avalon.composition.model.impl.DefaultClassLoaderContext
Return the containment classloader.
getOptionalPackages() - Method in class org.apache.avalon.composition.model.impl.DefaultClassLoaderModel
Return the set of local established optional packages.
getOptionalPackages(boolean) - Method in class org.apache.avalon.composition.model.impl.DefaultClassLoaderModel
Return the set of optional packages already established including the optional packages established by any parent classloader model.
getOptionalPackages() - Method in interface org.apache.avalon.composition.provider.ClassLoaderContext
Return the optional packages already establised relative to the parent classloader.
getOverridePath() - Method in interface org.apache.avalon.merlin.KernelCriteria
Return the url to the configuration override targets.
getOverridePath() - Method in class org.apache.avalon.merlin.impl.DefaultCriteria
Return the url to the configuration override targets.
getParameter(Configuration) - Method in class org.apache.avalon.composition.data.builder.XMLComponentProfileCreator
Utility method to create a new parameter directive.
getParameters() - Method in class org.apache.avalon.composition.data.ComponentProfile
Return the Parameters for the profile.
getParameters() - Method in class org.apache.avalon.composition.data.ConstructorDirective
Return the parameter directive if the mode is PARAM else null.
getParameters() - Method in class org.apache.avalon.composition.data.Parameter
Return the constructor parameters for this parameter.
getParameters(Configuration) - Method in class org.apache.avalon.composition.data.builder.XMLComponentProfileCreator
 
getParameters(Configuration[]) - Method in class org.apache.avalon.composition.data.builder.XMLComponentProfileCreator
Utility method to create a set of parameter directive.
getParameters() - Method in interface org.apache.avalon.composition.model.ComponentModel
Return the parameters to be applied to the component.
getParameters() - Method in class org.apache.avalon.composition.model.impl.DefaultComponentModel
Return the parameters to be applied to the component.
getParentContainmentModel() - Method in class org.apache.avalon.composition.model.impl.DefaultContainmentContext
Return the parent containment model.
getParentContainmentModel() - Method in interface org.apache.avalon.composition.provider.ContainmentContext
Return the parent container model.
getParentContext() - Method in class org.apache.avalon.composition.model.impl.DefaultSystemContextFactory
Return the parent context to use when establishing a new SystemContext.
getPartition() - Method in interface org.apache.avalon.composition.model.ContainmentModel
Return the partition established by the containment model.
getPartition() - Method in class org.apache.avalon.composition.model.impl.DefaultContainmentModel
Return the partition name established by this containment context.
getPartitionName() - Method in class org.apache.avalon.composition.model.impl.DefaultDeploymentContext
Return the assigned partition name.
getPartitionName() - Method in interface org.apache.avalon.composition.provider.DeploymentContext
Return the deployment poartition.
getPath() - Method in class org.apache.avalon.composition.data.BlockIncludeDirective
Return the containment include path.
getPath() - Method in class org.apache.avalon.composition.data.ExcludeDirective
Return the excluded path.
getPath() - Method in class org.apache.avalon.composition.data.IncludeDirective
Return the included path.
getPath() - Method in class org.apache.avalon.composition.data.ServiceDirective
Return the virtual service component relative path.
getPath() - Method in class org.apache.avalon.composition.data.TargetDirective
Return the target path.
getPath() - Method in interface org.apache.avalon.composition.model.DependencyModel
Return an explicit path to a component.
getPath() - Method in interface org.apache.avalon.composition.model.DeploymentModel
Return the model partition path.
getPath() - Method in interface org.apache.avalon.composition.model.StageModel
Return an explicit path to a component.
getPath() - Method in class org.apache.avalon.composition.model.impl.DefaultDependencyModel
Return an explicit path to a supplier component.
getPath() - Method in class org.apache.avalon.composition.model.impl.DefaultDeploymentModel
Return the profile path.
getPath() - Method in class org.apache.avalon.composition.model.impl.DefaultStageModel
Return an explicit path to a supplier component.
getPermission() - Method in class org.apache.avalon.composition.data.PermissionDirective
Return the Permission.
getPermissionDescriptors() - Method in class org.apache.avalon.composition.data.SecurityProfile
Return the set of permission directives.
getPermissions() - Method in class org.apache.avalon.composition.model.impl.DefaultDeploymentModel
Return the assigned permissions.
getPermissions() - Method in class org.apache.avalon.composition.model.impl.DefaultSecurityModel
Return the set of default permissions.
getPermissions() - Method in interface org.apache.avalon.composition.provider.SecurityModel
Return the set of default permissions.
getProfile(Type, String) - Method in interface org.apache.avalon.composition.model.TypeRepository
Return a deployment profile for the supplied type and key.
getProfile(DependencyDescriptor, boolean) - Method in interface org.apache.avalon.composition.model.TypeRepository
Attempt to locate a packaged deployment profile meeting the supplied dependency description.
getProfile() - Method in class org.apache.avalon.composition.model.impl.DefaultDeploymentContext
Return the deployment profile.
getProfile() - Method in interface org.apache.avalon.composition.provider.DeploymentContext
Return the deployment profile.
getProfiles() - Method in class org.apache.avalon.composition.data.ContainmentProfile
Return the set of nested profiles wihin this containment profile.
getProfiles(Mode) - Method in class org.apache.avalon.composition.data.ContainmentProfile
Return the set of nested profiles contained within this profile matching the supplied mode.
getProfiles(Type) - Method in interface org.apache.avalon.composition.model.TypeRepository
Return the set of deployment profiles for the supplied type.
getProfiles(DependencyDescriptor, boolean) - Method in interface org.apache.avalon.composition.model.TypeRepository
Return a set of local deployment profile for the supplied dependency.
getProvider() - Method in interface org.apache.avalon.composition.model.Dependent
Return the assigned provider model.
getProvider() - Method in class org.apache.avalon.composition.model.impl.DefaultDependent
Return the assigned provider model.
getProviderGraph(DeploymentModel) - Method in class org.apache.avalon.composition.model.DependencyGraph
Get the serilized graph of DeploymentModel istances that provide specified model with services.
getProviderGraph() - Method in interface org.apache.avalon.composition.model.DeploymentModel
Return the set of models supplying this model.
getProviderGraph() - Method in class org.apache.avalon.composition.model.impl.DefaultDeploymentModel
Return the set of models supplying this model.
getProviders() - Method in interface org.apache.avalon.composition.model.DeploymentModel
Return the set of models assigned as providers.
getProviders() - Method in class org.apache.avalon.composition.model.impl.DefaultComponentModel
Return the set of models assigned as providers.
getProviders() - Method in class org.apache.avalon.composition.model.impl.DefaultContainmentModel
Return the set of models assigned as providers.
getQualifiedClassPath() - Method in interface org.apache.avalon.composition.model.ClassLoaderModel
Return the fully qualified classpath including extension jar files resolved relative to a classpath directives.
getQualifiedClassPath() - Method in class org.apache.avalon.composition.model.impl.DefaultClassLoaderModel
Return the fully qualified classpath including extension jar files resolved relative to the classpath directives in the meta-data and any parent classloader models.
getQualifiedName() - Method in interface org.apache.avalon.composition.model.DeploymentModel
Return the model fully qualified name.
getQualifiedName() - Method in class org.apache.avalon.composition.model.impl.DefaultDeploymentContext
Return the model fully qualified name.
getQualifiedName() - Method in class org.apache.avalon.composition.model.impl.DefaultDeploymentModel
Return the model fully qualified name.
getQualifiedName() - Method in interface org.apache.avalon.composition.provider.DeploymentContext
Return the model fully qualified name.
getReference(Object) - Method in class org.apache.avalon.activation.impl.AbstractLifestyleManager
 
getReference(Object) - Method in class org.apache.avalon.activation.impl.TransientLifestyleManager
Overriding getReference to ensure that we never return a hard reference for a transient.
getRepository() - Method in class org.apache.avalon.composition.model.impl.DefaultClassLoaderContext
Return the system context.
getRepository() - Method in class org.apache.avalon.composition.model.impl.DefaultSystemContext
Return the system wide repository from which resource directives can be resolved.
getRepository() - Method in class org.apache.avalon.composition.model.impl.DefaultSystemContextFactory
Return the system wide repository from which resource directives can be resolved.
getRepository() - Method in interface org.apache.avalon.composition.provider.ClassLoaderContext
Return the local repository.
getRepository() - Method in interface org.apache.avalon.composition.provider.SystemContext
Return the application repository from which resource directives can be resolved.
getRepositoryDirectory() - Method in interface org.apache.avalon.merlin.KernelCriteria
Return the root directory to the shared repository.
getRepositoryDirectory() - Method in class org.apache.avalon.merlin.impl.DefaultCriteria
Return the root directory to the shared repository.
getRuntime(DeploymentModel) - Method in interface org.apache.avalon.activation.RuntimeFactory
Resolve a runtime handler for a model.
getRuntime(DeploymentModel) - Method in class org.apache.avalon.activation.impl.DefaultRuntimeFactory
Resolve a runtime handler for a model.
getRuntimeArtifact() - Method in class org.apache.avalon.composition.model.impl.DefaultSystemContextFactory
Return the artifact referencing the runtime.
getRuntimeClass() - Method in class org.apache.avalon.composition.model.impl.DefaultSystemContextFactory
Return the class implementating the runtime.
getRuntimeImplementation() - Method in interface org.apache.avalon.merlin.KernelCriteria
Return the runtime implementation artifact.
getRuntimeImplementation() - Method in class org.apache.avalon.merlin.impl.DefaultCriteria
Return the artifact reference to the runtime implementation factory .
getSPIClassLoader() - Method in class org.apache.avalon.composition.model.impl.DefaultSystemContext
Return the SPI classloader.
getSPIClassLoader() - Method in interface org.apache.avalon.composition.provider.SystemContext
Return the SPI classloader.
getSecurityEnabled() - Method in class org.apache.avalon.composition.model.impl.DefaultSystemContextFactory
Return the security enabled status flag.
getSecurityProfileName() - Method in class org.apache.avalon.composition.data.TargetDirective
Return the name of the assigned security profile.
getSecurityProfiles() - Method in class org.apache.avalon.composition.model.impl.DefaultSystemContextFactory
Return the assigned security profiles.
getSelectionDirective(Configuration) - Method in class org.apache.avalon.composition.data.builder.XMLComponentProfileCreator
 
getSelectionDirectives() - Method in class org.apache.avalon.composition.data.DependencyDirective
Return the set of selection directive constraints.
getSelectionDirectives() - Method in class org.apache.avalon.composition.data.StageDirective
Return the set of selection directive constraints.
getService(String, Version) - Method in interface org.apache.avalon.composition.model.ServiceRepository
Locate a Service instances associated with the supplied classname and version.
getService(ReferenceDescriptor) - Method in interface org.apache.avalon.composition.model.ServiceRepository
Locate a Service instances associated with the supplied referecne descriptor.
getService(String, Version) - Method in class org.apache.avalon.composition.model.impl.DefaultServiceRepository
Locate a Service instances associated with the supplied classname and version.
getService(ReferenceDescriptor) - Method in class org.apache.avalon.composition.model.impl.DefaultServiceRepository
Locate a Service instances associated with the supplied referecne descriptor.
getServiceClass() - Method in interface org.apache.avalon.composition.model.ServiceModel
Return the service class.
getServiceClass() - Method in class org.apache.avalon.composition.model.impl.DefaultServiceModel
Return the service class.
getServiceDirective() - Method in interface org.apache.avalon.composition.model.ServiceModel
Return the service directive for the model.
getServiceDirective() - Method in class org.apache.avalon.composition.model.impl.DefaultServiceModel
Return the service directive for the model.
getServiceModel(Class) - Method in interface org.apache.avalon.composition.model.ContainmentModel
Return a service exoport model matching a supplied class.
getServiceModel(Class) - Method in class org.apache.avalon.composition.model.impl.DefaultContainmentModel
Return the set of service export directives for a supplied class.
getServiceModels() - Method in interface org.apache.avalon.composition.model.ContainmentModel
Return the set of service export models.
getServiceModels() - Method in class org.apache.avalon.composition.model.impl.DefaultContainmentModel
Return the set of service export mappings
getServiceProvider() - Method in interface org.apache.avalon.composition.model.ServiceModel
Return the service provider.
getServiceProvider() - Method in class org.apache.avalon.composition.model.impl.DefaultServiceModel
Return the service provider.
getServiceRepository() - Method in interface org.apache.avalon.composition.model.ClassLoaderModel
Return the classloader model service repository.
getServiceRepository() - Method in class org.apache.avalon.composition.model.impl.DefaultClassLoaderContext
Return the service repository established by the parent classloader.
getServiceRepository() - Method in class org.apache.avalon.composition.model.impl.DefaultClassLoaderModel
Return the classloader model service repository.
getServiceRepository() - Method in interface org.apache.avalon.composition.provider.ClassLoaderContext
Return the service repository established by the parent classloader.
getServices() - Method in interface org.apache.avalon.composition.model.DeploymentModel
Return the set of services produced by the model.
getServices() - Method in class org.apache.avalon.composition.model.impl.DefaultComponentModel
Return the set of services produced by the model.
getServices() - Method in class org.apache.avalon.composition.model.impl.DefaultContainmentModel
Return the set of services produced by the model.
getShutdownGraph() - Method in interface org.apache.avalon.composition.model.ContainmentModel
Get the shutdown sequence for the model.
getShutdownGraph() - Method in class org.apache.avalon.composition.model.DependencyGraph
Get the serilized graph of DeploymentModel instances required when shutting down all the components.
getShutdownGraph() - Method in class org.apache.avalon.composition.model.impl.DefaultContainmentModel
Get the shutdown sequence for the model.
getSource() - Method in class org.apache.avalon.composition.data.DependencyDirective
Return the dependency source path.
getSource() - Method in class org.apache.avalon.composition.data.StageDirective
Return the stage source path.
getStage() - Method in interface org.apache.avalon.composition.model.StageModel
Return the stage descriptor for the model.
getStage() - Method in class org.apache.avalon.composition.model.impl.DefaultStageModel
Return the stage descriptor.
getStageDirective(String) - Method in class org.apache.avalon.composition.data.ComponentProfile
Return the dependency directive for a supplied key.
getStageDirective(Configuration) - Method in class org.apache.avalon.composition.data.builder.XMLComponentProfileCreator
 
getStageDirectives() - Method in class org.apache.avalon.composition.data.ComponentProfile
Return the stage directives.
getStageDirectives(Configuration) - Method in class org.apache.avalon.composition.data.builder.XMLComponentProfileCreator
 
getStageModel(StageDescriptor) - Method in interface org.apache.avalon.composition.model.ComponentModel
Return a stage model matching the supplied descriptor or null if no match found.
getStageModel(StageDescriptor) - Method in class org.apache.avalon.composition.model.impl.DefaultComponentModel
Return a stage model matching the supplied descriptor.
getStageModels() - Method in interface org.apache.avalon.composition.model.ComponentModel
Return the stage models for this deployment model.
getStageModels() - Method in class org.apache.avalon.composition.model.impl.DefaultComponentModel
Return the stage models for this component type.
getStandardRuntimeImplementation() - Method in class org.apache.avalon.merlin.impl.DefaultCriteria
Return the artifact reference to the runtime implementation factory .
getStartupGraph() - Method in interface org.apache.avalon.composition.model.ContainmentModel
Get the startup sequence for the model.
getStartupGraph() - Method in class org.apache.avalon.composition.model.DependencyGraph
Get the serilized graph of DeploymentModel objects required when starting up the target.
getStartupGraph() - Method in class org.apache.avalon.composition.model.impl.DefaultContainmentModel
Get the startup sequence for the model.
getState() - Method in interface org.apache.avalon.merlin.Kernel
Return the current state of the kernel.
getState() - Method in class org.apache.avalon.merlin.impl.DefaultKernel
Return the current state of the kernel.
getStrategyClass() - Method in interface org.apache.avalon.composition.model.ContextModel
Return the class representing the contextualization stage interface.
getStrategyClass() - Method in class org.apache.avalon.composition.model.impl.DefaultContextModel
Return the class representing the contextualization stage interface.
getSystemContext() - Method in class org.apache.avalon.composition.model.impl.DefaultClassLoaderContext
Return the system context.
getSystemContext() - Method in class org.apache.avalon.composition.model.impl.DefaultDeploymentContext
Return the system context.
getSystemContext() - Method in interface org.apache.avalon.composition.provider.ClassLoaderContext
Return the system context.
getSystemContext() - Method in interface org.apache.avalon.composition.provider.ComponentContext
Return the system context.
getSystemContext() - Method in interface org.apache.avalon.composition.provider.DeploymentContext
Return the system context.
getSystemDirectory() - Method in interface org.apache.avalon.merlin.KernelCriteria
Return the root directory to the merlin system repository
getSystemDirectory() - Method in class org.apache.avalon.merlin.impl.DefaultCriteria
Return the root directory to the merlin system repository
getTarget(String) - Method in class org.apache.avalon.composition.data.Targets
Return a matching target.
getTargetDirectives() - Method in class org.apache.avalon.composition.data.BlockCompositionDirective
Return the relative targets.
getTargets() - Method in class org.apache.avalon.composition.data.Targets
Return all targets.
getTargets(String) - Method in class org.apache.avalon.composition.data.Targets
Return a set of targets relative to the supplied path.
getTempDirectory() - Method in class org.apache.avalon.composition.model.impl.DefaultComponentContext
Return the temporary directory.
getTempDirectory() - Method in class org.apache.avalon.composition.model.impl.DefaultContainmentContext
Return the temporary directory from which a container may use to establish a transient content directory.
getTempDirectory() - Method in class org.apache.avalon.composition.model.impl.DefaultSystemContext
Return the temporary directory from which a container may use to establish a transient content directory.
getTempDirectory() - Method in class org.apache.avalon.composition.model.impl.DefaultSystemContextFactory
Return the temporary directory from which a container may use to establish a transient content directory.
getTempDirectory() - Method in interface org.apache.avalon.composition.provider.ComponentContext
Return the temporary directory for the component.
getTempDirectory() - Method in interface org.apache.avalon.composition.provider.ContainmentContext
Return the temporary directory for a container.
getTempDirectory() - Method in interface org.apache.avalon.composition.provider.SystemContext
Return the temp directory from which containers may establish non-persistent content.
getTempDirectory() - Method in interface org.apache.avalon.merlin.KernelCriteria
Return the temporary client directory.
getTempDirectory() - Method in class org.apache.avalon.merlin.impl.DefaultCriteria
Return the temporary directory.
getType() - Method in interface org.apache.avalon.composition.model.ComponentModel
Return the deployment type.
getType(Class) - Method in interface org.apache.avalon.composition.model.TypeRepository
Locate a Type instances associated with the supplied implementation classname.
getType(String) - Method in interface org.apache.avalon.composition.model.TypeRepository
Locate a Type instances associated with the supplied implementation classname.
getType() - Method in class org.apache.avalon.composition.model.impl.DefaultComponentContext
Return the component type.
getType() - Method in class org.apache.avalon.composition.model.impl.DefaultComponentModel
Return the component type descriptor.
getType() - Method in interface org.apache.avalon.composition.provider.ComponentContext
Return the component type.
getTypeRepository() - Method in interface org.apache.avalon.composition.model.ClassLoaderModel
Return the classloader model type repository.
getTypeRepository() - Method in class org.apache.avalon.composition.model.impl.DefaultClassLoaderContext
Return the type repository established by the parent classloader.
getTypeRepository() - Method in class org.apache.avalon.composition.model.impl.DefaultClassLoaderModel
Return the type repository managed by this containment context.
getTypeRepository() - Method in interface org.apache.avalon.composition.provider.ClassLoaderContext
Return the type repository established by the parent classloader.
getTypes() - Method in interface org.apache.avalon.composition.model.TypeRepository
Return all availble types.
getTypes(boolean) - Method in interface org.apache.avalon.composition.model.TypeRepository
Return all the types available within the repository.
getTypes(DependencyDescriptor) - Method in interface org.apache.avalon.composition.model.TypeRepository
Locate the set of component types capable of services the supplied dependency.
getTypes(DependencyDescriptor, boolean) - Method in interface org.apache.avalon.composition.model.TypeRepository
Locate the set of component types capable of services the supplied dependency.
getTypes(ReferenceDescriptor) - Method in interface org.apache.avalon.composition.model.TypeRepository
Locate the set of component types capable of services the supplied reference.
getTypes(ReferenceDescriptor, boolean) - Method in interface org.apache.avalon.composition.model.TypeRepository
Locate the set of component types capable of services the supplied reference.
getTypes(StageDescriptor) - Method in interface org.apache.avalon.composition.model.TypeRepository
Locate the set of component types that provide the supplied extension.
getValue() - Method in class org.apache.avalon.composition.data.Mode
The supplied argument.
getValue() - Method in class org.apache.avalon.composition.data.SelectionDirective
Return the feature value.
getValue() - Method in interface org.apache.avalon.composition.model.EntryModel
Return the context entry value.
getValue() - Method in class org.apache.avalon.composition.model.impl.DefaultConstructorModel
Return the context entry value.
getValue(Parameter) - Method in class org.apache.avalon.composition.model.impl.DefaultConstructorModel
Return the context entry value.
getValue(ClassLoader, Class, String, Parameter[]) - Method in class org.apache.avalon.composition.model.impl.DefaultConstructorModel
Return the derived parameter value.
getValue() - Method in class org.apache.avalon.composition.model.impl.DefaultEntryModel
Return the context entry value.
getValue() - Method in class org.apache.avalon.composition.model.impl.DefaultImportModel
Return the context entry value.
getValue() - Method in class org.apache.avalon.composition.model.impl.OverrideEntryModel
Return the context entry value.
getWorkingDirectory() - Method in interface org.apache.avalon.merlin.KernelCriteria
Return the working client directory.
getWorkingDirectory() - Method in class org.apache.avalon.merlin.impl.DefaultCriteria
Return the working client directory.

H

HOME_KEY - Static variable in interface org.apache.avalon.composition.provider.ComponentContext
The standard context entry key for the partition name.
handleRelease(Object) - Method in class org.apache.avalon.activation.impl.AbstractLifestyleManager
 
handleRelease(Object) - Method in class org.apache.avalon.activation.impl.SingletonLifestyleManager
Release an object
handleRelease(Object) - Method in class org.apache.avalon.activation.impl.ThreadLifestyleManager
Release an object.
handleRelease(Object) - Method in class org.apache.avalon.activation.impl.TransientLifestyleManager
Release an object
handleResolve() - Method in class org.apache.avalon.activation.impl.AbstractLifestyleManager
 
handleResolve() - Method in class org.apache.avalon.activation.impl.SingletonLifestyleManager
Resolve a object to a value relative to a supplied set of interface classes.
handleResolve() - Method in class org.apache.avalon.activation.impl.ThreadLifestyleManager
Resolve a object to a value relative to a supplied set of interface classes.
handleResolve() - Method in class org.apache.avalon.activation.impl.TransientLifestyleManager
Resolve a object to a value relative to a supplied set of interface classes.
hasWildcards(String) - Static method in class org.apache.avalon.composition.model.impl.ScannerUtils
Tests if a string contains stars or question marks
hasWildcards(String) - Static method in class org.apache.avalon.composition.util.ScannerUtils
Tests if a string contains stars or question marks
haveSlowResults - Variable in class org.apache.avalon.composition.model.impl.DirectoryScanner
Whether or not our results were built by a slow scan.

I

IMPLICIT - Static variable in class org.apache.avalon.composition.data.Mode
Constant indicating that the profile was implicitly created.
IMPLICIT_VALUE - Static variable in class org.apache.avalon.composition.data.Mode
Constant indicating that the profile was implicitly created.
INCLUDES - Static variable in class org.apache.avalon.composition.data.SelectionDirective
 
INDENT - Static variable in class org.apache.avalon.composition.data.writer.XMLComponentProfileWriter
 
INITIALIZED - Static variable in interface org.apache.avalon.merlin.Kernel
 
INITIALIZING - Static variable in interface org.apache.avalon.merlin.Kernel
 
ImportDirective - class org.apache.avalon.composition.data.ImportDirective.
An inport directive used within a context directive to request a container scoped values.
ImportDirective(String, String) - Constructor for class org.apache.avalon.composition.data.ImportDirective
Creation of a new entry directive.
IncludeDirective - class org.apache.avalon.composition.data.IncludeDirective.
An file include directive.
IncludeDirective(String) - Constructor for class org.apache.avalon.composition.data.IncludeDirective
Create a IncludeDirective instance.
InjectorDeliveryDescriptor - class org.apache.avalon.composition.info.InjectorDeliveryDescriptor.
Descriptor used to mark a lifecycle artifact handler a using a injection by constructor delivery strategy.
InjectorDeliveryDescriptor(Class) - Constructor for class org.apache.avalon.composition.info.InjectorDeliveryDescriptor
 
incarnate() - Method in interface org.apache.avalon.activation.ComponentFactory
Creation of a new instance including all deployment stage handling.
incarnate() - Method in class org.apache.avalon.activation.impl.DefaultComponentFactory
Creation of a new instance including all deployment stage handling.
includes - Variable in class org.apache.avalon.composition.model.impl.DirectoryScanner
The patterns for the files to be included.
init() - Method in class org.apache.avalon.merlin.servlet.MerlinServlet
Initializes Servlet by the web server container.
invoke(Object, Method, Object[]) - Method in class org.apache.avalon.activation.impl.ApplianceInvocationHandler
Invoke the specified method on underlying object.
isAssembled() - Method in interface org.apache.avalon.composition.model.DeploymentModel
Returns the assembled state of the model.
isAssembled() - Method in class org.apache.avalon.composition.model.impl.DefaultComponentModel
Returns the assembled state of the model.
isAssembled() - Method in class org.apache.avalon.composition.model.impl.DefaultContainmentModel
Returns the assembled state of the model.
isAuditEnabled() - Method in interface org.apache.avalon.merlin.KernelCriteria
Return audit policy.
isAuditEnabled() - Method in class org.apache.avalon.merlin.impl.DefaultCriteria
Return audit policy.
isAutostartEnabled() - Method in interface org.apache.avalon.merlin.KernelCriteria
Return the autostart policy.
isAutostartEnabled() - Method in class org.apache.avalon.merlin.impl.DefaultCriteria
Return the autostart policy.
isCaseSensitive - Variable in class org.apache.avalon.composition.model.impl.DirectoryScanner
Whether or not the file system should be treated as a case sensitive one.
isCaseSensitive() - Method in class org.apache.avalon.composition.model.impl.DirectoryScanner
Find out whether include exclude patterns are matched in a case sensitive way
isCodeSecurityEnabled() - Method in class org.apache.avalon.composition.model.impl.DefaultSystemContext
Return the enabled status of the code security policy.
isCodeSecurityEnabled() - Method in interface org.apache.avalon.composition.provider.SystemContext
Return the enabled status of the code security policy.
isConfigurable() - Method in class org.apache.avalon.composition.model.impl.DefaultComponentModel
Rest if the component type backing the model is configurable.
isDebugEnabled() - Method in interface org.apache.avalon.merlin.KernelCriteria
Return debug policy.
isDebugEnabled() - Method in class org.apache.avalon.merlin.impl.DefaultCriteria
Return debug policy.
isDirectory() - Method in class org.apache.avalon.composition.model.impl.Resource
tells if the resource is a directory
isDirectory() - Method in class org.apache.avalon.composition.util.Resource
tells if the resource is a directory
isEmpty() - Method in class org.apache.avalon.composition.data.ClassLoaderDirective
Return true if the library and classpath declarations are empty.
isEmpty() - Method in class org.apache.avalon.composition.data.ClasspathDirective
Return the default status of this directive.
isEmpty() - Method in class org.apache.avalon.composition.data.LibraryDirective
Return the empty status of this directive.
isEnabled() - Method in interface org.apache.avalon.composition.model.ContextModel
Return the enabled state of the context model.
isEnabled() - Method in class org.apache.avalon.composition.model.impl.DefaultContextModel
 
isEnabled() - Method in class org.apache.avalon.composition.util.DefaultState
Return the enabled state of the state.
isEverythingIncluded() - Method in class org.apache.avalon.composition.model.impl.DirectoryScanner
Returns whether or not the scanner has included all the files or directories it has come across so far.
isExcluded(String) - Method in class org.apache.avalon.composition.model.impl.DirectoryScanner
Tests whether or not a name matches against at least one exclude pattern.
isExists() - Method in class org.apache.avalon.composition.model.impl.Resource
the exists attribute tells whether a file exists
isExists() - Method in class org.apache.avalon.composition.util.Resource
the exists attribute tells whether a file exists
isFollowSymlinks() - Method in class org.apache.avalon.composition.model.impl.DirectoryScanner
gets whether or not a DirectoryScanner follows symbolic links
isIncluded(String) - Method in class org.apache.avalon.composition.model.impl.DirectoryScanner
Tests whether or not a name matches against at least one include pattern.
isInfoEnabled() - Method in interface org.apache.avalon.merlin.KernelCriteria
Return info generation policy.
isInfoEnabled() - Method in class org.apache.avalon.merlin.impl.DefaultCriteria
Return info generation policy.
isOptional() - Method in class org.apache.avalon.composition.data.SelectionDirective
Return the optional status of this directive.
isOutOfDate(File, File, int) - Static method in class org.apache.avalon.composition.model.impl.ScannerUtils
Returns dependency information on these two files.
isOutOfDate(Resource, Resource, int) - Static method in class org.apache.avalon.composition.model.impl.ScannerUtils
Returns dependency information on these two resources.
isOutOfDate(File, File, int) - Static method in class org.apache.avalon.composition.util.ScannerUtils
Returns dependency information on these two files.
isOutOfDate(Resource, Resource, int) - Static method in class org.apache.avalon.composition.util.ScannerUtils
Returns dependency information on these two resources.
isParameterizable() - Method in interface org.apache.avalon.composition.model.ComponentModel
Test if the component type backing the model is parameterizable.
isParameterizable() - Method in class org.apache.avalon.composition.model.impl.DefaultComponentModel
Rest if the component type backing the model is parameterizable.
isRequired() - Method in class org.apache.avalon.composition.data.SelectionDirective
Return the required status of this directive.
isSecurityEnabled() - Method in interface org.apache.avalon.merlin.KernelCriteria
Return the code security enabled status.
isSecurityEnabled() - Method in class org.apache.avalon.merlin.impl.DefaultCriteria
Return the code security enabled status.
isSelected(File, String, File) - Method in interface org.apache.avalon.composition.model.FileSelector
Method that each selector will implement to create their selection behaviour.
isSelected(File, String, File) - Method in class org.apache.avalon.composition.model.impl.DefaultFileSelector
This file selector implementation will not filter any file candidates, but instead allow all selections.
isSelected(String, File) - Method in class org.apache.avalon.composition.model.impl.DirectoryScanner
Tests whether a name should be selected.
isServerEnabled() - Method in interface org.apache.avalon.merlin.KernelCriteria
Return server execution policy.
isServerEnabled() - Method in class org.apache.avalon.merlin.impl.DefaultCriteria
Return server execution policy.
isSymbolicLink(File, String) - Method in class org.apache.avalon.composition.util.FileUtils
Checks whether a given file is a symbolic link.
isTraceEnabled() - Method in class org.apache.avalon.composition.model.impl.DefaultSystemContext
Return the system trace flag.
isTraceEnabled() - Method in class org.apache.avalon.composition.model.impl.DefaultSystemContextFactory
Return the system trace flag.
isTraceEnabled() - Method in interface org.apache.avalon.composition.provider.SystemContext
Return the system trace flag.
isaCandidate(DependencyDescriptor) - Method in interface org.apache.avalon.composition.model.DeploymentModel
Return TRUE is this model is capable of supporting a supplied depedendency.
isaCandidate(StageDescriptor) - Method in interface org.apache.avalon.composition.model.DeploymentModel
Return TRUE is this model is capable of supporting a supplied stage dependency.
isaCandidate(ReferenceDescriptor) - Method in interface org.apache.avalon.composition.model.DeploymentModel
Return TRUE is this model is capable of supporting a supplied service.
isaCandidate(DependencyDescriptor) - Method in class org.apache.avalon.composition.model.impl.DefaultComponentModel
Return TRUE is this model is capable of supporting a supplied depedendency.
isaCandidate(StageDescriptor) - Method in class org.apache.avalon.composition.model.impl.DefaultComponentModel
Return TRUE is this model is capable of supporting a supplied stage dependency.
isaCandidate(ReferenceDescriptor) - Method in class org.apache.avalon.composition.model.impl.DefaultComponentModel
Return TRUE is this model is capable of supporting a supplied service.
isaCandidate(DependencyDescriptor) - Method in class org.apache.avalon.composition.model.impl.DefaultContainmentModel
Return TRUE is this model is capable of supporting a supplied depedendency.
isaCandidate(ReferenceDescriptor) - Method in class org.apache.avalon.composition.model.impl.DefaultContainmentModel
Return TRUE is this model is capable of supporting a supplied service.
isaCandidate(StageDescriptor) - Method in class org.apache.avalon.composition.model.impl.DefaultContainmentModel
Return TRUE is this model is capable of supporting a supplied stage dependency.
isaStandardKey(String) - Static method in class org.apache.avalon.composition.model.impl.DefaultContextModel
 

K

KEY - Static variable in interface org.apache.avalon.composition.model.ContainmentModel
 
Kernel - interface org.apache.avalon.merlin.Kernel.
A Kernel is the root of a containment solution.
KernelContext - interface org.apache.avalon.merlin.KernelContext.
The context argument supplied to a new kernel instance.
KernelController - interface org.apache.avalon.merlin.KernelController.
The Controller interface defines a subset of management operations exposed by a kernel implementation.
KernelCriteria - interface org.apache.avalon.merlin.KernelCriteria.
A service that provides access to versioned resources.
KernelError - error org.apache.avalon.merlin.KernelError.
Exception to indicate that there was a kernel error.
KernelError(String) - Constructor for class org.apache.avalon.merlin.KernelError
Construct a new KernelError instance.
KernelError(String, Throwable) - Constructor for class org.apache.avalon.merlin.KernelError
Construct a new KernelError instance.
KernelEvent - class org.apache.avalon.merlin.event.KernelEvent.
A event raised by a kernel signaling a state change.
KernelEvent(Kernel) - Constructor for class org.apache.avalon.merlin.event.KernelEvent
Create a CompositionEvent event.
KernelEventListener - interface org.apache.avalon.merlin.event.KernelEventListener.
A listener for kernel events.
KernelException - exception org.apache.avalon.merlin.KernelException.
Exception to indicate that there was an error relating to kernel execution.
KernelException(String) - Constructor for class org.apache.avalon.merlin.KernelException
Construct a new KernelException instance.
KernelException(String, Throwable) - Constructor for class org.apache.avalon.merlin.KernelException
Construct a new KernelException instance.
KernelRuntimeException - exception org.apache.avalon.merlin.KernelRuntimeException.
Exception to indicate that there was a runtime error related to the kernel.
KernelRuntimeException(String) - Constructor for class org.apache.avalon.merlin.KernelRuntimeException
Construct a new KernelRuntimeException instance.
KernelRuntimeException(String, Throwable) - Constructor for class org.apache.avalon.merlin.KernelRuntimeException
Construct a new KernelRuntimeException instance.
KernelStateEvent - class org.apache.avalon.merlin.event.KernelStateEvent.
A event raised by a kernel signaling a state change.
KernelStateEvent(Kernel, int, int) - Constructor for class org.apache.avalon.merlin.event.KernelStateEvent
Create a CompositionEvent event.

L

LibraryDirective - class org.apache.avalon.composition.data.LibraryDirective.
An library directive.
LibraryDirective() - Constructor for class org.apache.avalon.composition.data.LibraryDirective
Create a new LibraryDirective instance.
LibraryDirective(String[], String[]) - Constructor for class org.apache.avalon.composition.data.LibraryDirective
Create a new LibraryDirective instance.
LifecycleCreateExtension - interface org.apache.avalon.composition.model.LifecycleCreateExtension.
 
LifecycleDestroyExtension - interface org.apache.avalon.composition.model.LifecycleDestroyExtension.
 
LifecycleException - exception org.apache.avalon.activation.LifecycleException.
Exception to indicate that there was a lifecycle related error.
LifecycleException(String) - Constructor for class org.apache.avalon.activation.LifecycleException
Construct a new LifecycleException instance.
LifecycleException(String, Throwable) - Constructor for class org.apache.avalon.activation.LifecycleException
Construct a new LifecycleException instance.
LifecycleRuntimeException - exception org.apache.avalon.activation.LifecycleRuntimeException.
Exception to indicate that there was a lifecycle runtime related error.
LifecycleRuntimeException(String) - Constructor for class org.apache.avalon.activation.LifecycleRuntimeException
Construct a new LifecycleRuntimeException instance.
LifecycleRuntimeException(String, Throwable) - Constructor for class org.apache.avalon.activation.LifecycleRuntimeException
Construct a new LifecycleRuntimeException instance.
LifestyleException - exception org.apache.avalon.activation.LifestyleException.
Exception to indicate that there was an lifestyle related runtime error.
LifestyleException(String) - Constructor for class org.apache.avalon.activation.LifestyleException
Construct a new LifestyleException instance.
LifestyleException(String, Throwable) - Constructor for class org.apache.avalon.activation.LifestyleException
Construct a new LifestyleException instance.
LifestyleFactory - interface org.apache.avalon.composition.provider.LifestyleFactory.
A factory enabling the establishment of runtime handlers.
LifestyleManager - interface org.apache.avalon.composition.provider.LifestyleManager.
A lifestyle handler provides support for a particular lifestyle policy.
LifestyleRuntimeException - exception org.apache.avalon.activation.LifestyleRuntimeException.
Exception to indicate that there was an lifestyle related runtime error.
LifestyleRuntimeException(String) - Constructor for class org.apache.avalon.activation.LifestyleRuntimeException
Construct a new LifestyleRuntimeException instance.
LifestyleRuntimeException(String, Throwable) - Constructor for class org.apache.avalon.activation.LifestyleRuntimeException
Construct a new LifestyleRuntimeException instance.
locate(String) - Method in interface org.apache.avalon.merlin.Kernel
Return a model matching the supplied path.
locate(String) - Method in class org.apache.avalon.merlin.impl.DefaultKernel
Return a model matching the supplied path.

M

MERLIN_ANCHOR - Static variable in interface org.apache.avalon.merlin.KernelCriteria
Anchor directory for extension and classpath relative references.
MERLIN_AUDIT - Static variable in interface org.apache.avalon.merlin.KernelCriteria
Audit policy parameter.
MERLIN_AUTOSTART - Static variable in interface org.apache.avalon.merlin.KernelCriteria
Auto start mode.
MERLIN_CODE_SECURITY_ENABLED - Static variable in interface org.apache.avalon.merlin.KernelCriteria
Default component deployment timeout.
MERLIN_CONFIG - Static variable in interface org.apache.avalon.merlin.KernelCriteria
System configuration directory.
MERLIN_CONTEXT - Static variable in interface org.apache.avalon.merlin.KernelCriteria
Base directory parameter.
MERLIN_DEBUG - Static variable in interface org.apache.avalon.merlin.KernelCriteria
Debug policy parameter.
MERLIN_DEPLOYMENT - Static variable in interface org.apache.avalon.merlin.KernelCriteria
A comma seperated sequence of block urls.
MERLIN_DEPLOYMENT_TIMEOUT - Static variable in interface org.apache.avalon.merlin.KernelCriteria
Default component deployment timeout.
MERLIN_DIR - Static variable in interface org.apache.avalon.merlin.KernelCriteria
Maerlin working directory.
MERLIN_HOME - Static variable in interface org.apache.avalon.merlin.KernelCriteria
Merlin system home.
MERLIN_INFO - Static variable in interface org.apache.avalon.merlin.KernelCriteria
Info policy parameter.
MERLIN_INSTALL - Static variable in interface org.apache.avalon.merlin.KernelCriteria
Install directive path sequence.
MERLIN_KERNEL - Static variable in interface org.apache.avalon.merlin.KernelCriteria
Merlin kernel url key.
MERLIN_LANG - Static variable in interface org.apache.avalon.merlin.KernelCriteria
Language override.
MERLIN_LOGGING_CONFIG - Static variable in interface org.apache.avalon.merlin.KernelCriteria
Merlin external logging configuration file key.
MERLIN_LOGGING_IMPLEMENTATION - Static variable in interface org.apache.avalon.merlin.KernelCriteria
Merlin logging configuration key.
MERLIN_OVERRIDE - Static variable in interface org.apache.avalon.merlin.KernelCriteria
Merlin target configuration override path.
MERLIN_REPOSITORY - Static variable in interface org.apache.avalon.merlin.KernelCriteria
Shared application repository root directory.
MERLIN_RUNTIME - Static variable in interface org.apache.avalon.merlin.KernelCriteria
The preferred runtime.
MERLIN_RUNTIME_IMPLEMENTATION - Static variable in interface org.apache.avalon.merlin.KernelCriteria
The default merlin runtime artifact spec.
MERLIN_SERVER - Static variable in interface org.apache.avalon.merlin.KernelCriteria
Server model parameter.
MERLIN_SYSTEM - Static variable in interface org.apache.avalon.merlin.KernelCriteria
Merlin system repository cache directory.
MERLIN_TEMP - Static variable in interface org.apache.avalon.merlin.KernelCriteria
The temp directory parameter.
Main - class org.apache.avalon.merlin.cli.Main.
Merlin command line handler.
Main(InitialContext, Artifact, CommandLine) - Constructor for class org.apache.avalon.merlin.cli.Main
Creation of a new kernel cli handler.
MerlinBean - class org.apache.avalon.merlin.tools.MerlinBean.
Test case that usages the repository builder to deploy the Merlin default application factory.
MerlinBean() - Constructor for class org.apache.avalon.merlin.tools.MerlinBean
 
MerlinServlet - class org.apache.avalon.merlin.servlet.MerlinServlet.
Servlet that handles the establishment of a Merlin Kernel and registration of the kernel base URL under the servlet context using the key.
MerlinServlet() - Constructor for class org.apache.avalon.merlin.servlet.MerlinServlet
 
MetaDataException - exception org.apache.avalon.composition.data.MetaDataException.
Exception to indicate that there was a model related error.
MetaDataException(String) - Constructor for class org.apache.avalon.composition.data.MetaDataException
Construct a new MetaDataException instance.
MetaDataException(String, Throwable) - Constructor for class org.apache.avalon.composition.data.MetaDataException
Construct a new MetaDataException instance.
MetaDataRuntimeException - exception org.apache.avalon.composition.data.MetaDataRuntimeException.
Exception to indicate that there was a model related runtime error.
MetaDataRuntimeException(String) - Constructor for class org.apache.avalon.composition.data.MetaDataRuntimeException
Construct a new MetaDataRuntimeException instance.
MetaDataRuntimeException(String, Throwable) - Constructor for class org.apache.avalon.composition.data.MetaDataRuntimeException
Construct a new MetaDataRuntimeException instance.
Mode - class org.apache.avalon.composition.data.Mode.
The Mode class declares the EXPLICIT, PACKAGED or IMPLICIT mode of creation of a profile.
Mode(int) - Constructor for class org.apache.avalon.composition.data.Mode
Creation of a new mode value.
ModelException - exception org.apache.avalon.composition.model.ModelException.
Exception to indicate that there was a model related error.
ModelException(String) - Constructor for class org.apache.avalon.composition.model.ModelException
Construct a new ModelException instance.
ModelException(String, Throwable) - Constructor for class org.apache.avalon.composition.model.ModelException
Construct a new ModelException instance.
ModelFactory - interface org.apache.avalon.composition.provider.ModelFactory.
A factory enabling the establishment of new containment model instances.
ModelRepository - interface org.apache.avalon.composition.model.ModelRepository.
The model repository interface declares operations through which clients may resolve new or existing model instances relative to a stage or service dependency.
ModelRuntimeException - exception org.apache.avalon.composition.model.ModelRuntimeException.
Exception to indicate that there was a model related error.
ModelRuntimeException(String) - Constructor for class org.apache.avalon.composition.model.ModelRuntimeException
Construct a new ModelRuntimeException instance.
ModelRuntimeException(String, Throwable) - Constructor for class org.apache.avalon.composition.model.ModelRuntimeException
Construct a new ModelRuntimeException instance.
ModelSelector - interface org.apache.avalon.composition.model.ModelSelector.
Interface implemented by a service selection implementation mechanism.
main(String[]) - Static method in class org.apache.avalon.merlin.cli.Main
Main command line enty point.
match(String, String) - Static method in class org.apache.avalon.composition.model.impl.DirectoryScanner
Tests whether or not a string matches against a pattern.
match(String, String, boolean) - Static method in class org.apache.avalon.composition.model.impl.DirectoryScanner
Tests whether or not a string matches against a pattern.
match(String, String) - Static method in class org.apache.avalon.composition.model.impl.ScannerUtils
Tests whether or not a string matches against a pattern.
match(String, String, boolean) - Static method in class org.apache.avalon.composition.model.impl.ScannerUtils
Tests whether or not a string matches against a pattern.
match(String, String) - Static method in class org.apache.avalon.composition.util.ScannerUtils
Tests whether or not a string matches against a pattern.
match(String, String, boolean) - Static method in class org.apache.avalon.composition.util.ScannerUtils
Tests whether or not a string matches against a pattern.
matchPath(String, String) - Static method in class org.apache.avalon.composition.model.impl.DirectoryScanner
Tests whether or not a given path matches a given pattern.
matchPath(String, String, boolean) - Static method in class org.apache.avalon.composition.model.impl.DirectoryScanner
Tests whether or not a given path matches a given pattern.
matchPath(String, String) - Static method in class org.apache.avalon.composition.model.impl.ScannerUtils
Tests whether or not a given path matches a given pattern.
matchPath(String, String, boolean) - Static method in class org.apache.avalon.composition.model.impl.ScannerUtils
Tests whether or not a given path matches a given pattern.
matchPath(String, String) - Static method in class org.apache.avalon.composition.util.ScannerUtils
Tests whether or not a given path matches a given pattern.
matchPath(String, String, boolean) - Static method in class org.apache.avalon.composition.util.ScannerUtils
Tests whether or not a given path matches a given pattern.
matchPatternStart(String, String) - Static method in class org.apache.avalon.composition.model.impl.DirectoryScanner
Tests whether or not a given path matches the start of a given pattern up to the first "**".
matchPatternStart(String, String, boolean) - Static method in class org.apache.avalon.composition.model.impl.DirectoryScanner
Tests whether or not a given path matches the start of a given pattern up to the first "**".
matchPatternStart(String, String) - Static method in class org.apache.avalon.composition.model.impl.ScannerUtils
Tests whether or not a given path matches the start of a given pattern up to the first "**".
matchPatternStart(String, String, boolean) - Static method in class org.apache.avalon.composition.model.impl.ScannerUtils
Tests whether or not a given path matches the start of a given pattern up to the first "**".
matchPatternStart(String, String) - Static method in class org.apache.avalon.composition.util.ScannerUtils
Tests whether or not a given path matches the start of a given pattern up to the first "**".
matchPatternStart(String, String, boolean) - Static method in class org.apache.avalon.composition.util.ScannerUtils
Tests whether or not a given path matches the start of a given pattern up to the first "**".
modeToString(int) - Static method in class org.apache.avalon.composition.data.Mode
Returns a string representation of a mode value.
modelAdded(CompositionEvent) - Method in interface org.apache.avalon.composition.event.CompositionListener
Notify the listener that a model has been added to a source containment model.
modelRemoved(CompositionEvent) - Method in interface org.apache.avalon.composition.event.CompositionListener
Notify the listener that a model has been removed from a source containment model.

N

NAME_KEY - Static variable in interface org.apache.avalon.composition.provider.ComponentContext
The standard context entry key for the partition name.
NamedComponentProfile - class org.apache.avalon.composition.data.NamedComponentProfile.
A named deployment profile.
NamedComponentProfile(String, String, String, int) - Constructor for class org.apache.avalon.composition.data.NamedComponentProfile
 
NativeDeliveryDescriptor - class org.apache.avalon.composition.info.NativeDeliveryDescriptor.
Descriptor used to mark a lifecycle artifact handler a using a injection by constructor delivery strategy.
NativeDeliveryDescriptor(Class) - Constructor for class org.apache.avalon.composition.info.NativeDeliveryDescriptor
 
NullDeliveryDescriptor - class org.apache.avalon.composition.info.NullDeliveryDescriptor.
Descriptor used to mark a lifecycle artifact as non-deliverable.
NullDeliveryDescriptor(Class) - Constructor for class org.apache.avalon.composition.info.NullDeliveryDescriptor
 
newComponentRuntime(ComponentModel, LifestyleManager) - Method in class org.apache.avalon.activation.impl.DefaultRuntimeFactory
Resolve a runtime handler for a component model.
newContainmentRuntime(ContainmentModel) - Method in class org.apache.avalon.activation.impl.DefaultRuntimeFactory
Resolve a runtime handler for a containment model.
newFileUtils() - Static method in class org.apache.avalon.composition.util.FileUtils
Factory method.
normalize(String) - Method in class org.apache.avalon.composition.util.FileUtils
"normalize" the given absolute path.

O

OverrideEntryModel - class org.apache.avalon.composition.model.impl.OverrideEntryModel.
Utility class that enables assignment of an absolute value to a context entry.
OverrideEntryModel(EntryDescriptor, Object) - Constructor for class org.apache.avalon.composition.model.impl.OverrideEntryModel
Creation of a new overriding context entry.
org.apache.avalon.activation - package org.apache.avalon.activation
Activation system runtime API.
org.apache.avalon.activation.impl - package org.apache.avalon.activation.impl
Default runtime platform.
org.apache.avalon.composition.data - package 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 - 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.
org.apache.avalon.composition.data.writer - package 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.event - package org.apache.avalon.composition.event
The event package contains the defintion of a model event and listener.
org.apache.avalon.composition.info - package org.apache.avalon.composition.info
The info a series of descriptors dealing with lifecycle artifact delivery semantics.
org.apache.avalon.composition.model - package 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 - package 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 - package org.apache.avalon.composition.provider
The runtime package contains interfaces used by a runtime layer.
org.apache.avalon.composition.util - package org.apache.avalon.composition.util
The util package contains a number of general component utilities.
org.apache.avalon.merlin - package org.apache.avalon.merlin
The Merlin Kernel API defines a set of interfaces the encompass the creation criteria, controller and main kernel functionality.
org.apache.avalon.merlin.cli - package org.apache.avalon.merlin.cli
The kernel cli package is the main command-line handler for the merlin system.
org.apache.avalon.merlin.event - package org.apache.avalon.merlin.event
The event package contains the defintion of a model event and listener.
org.apache.avalon.merlin.impl - package org.apache.avalon.merlin.impl
The kernel package defines a top level Kernel implementation that serves as a host to a set of blocks.
org.apache.avalon.merlin.servlet - package org.apache.avalon.merlin.servlet
Servlet containing an embedded merlin kernel.
org.apache.avalon.merlin.tools - package org.apache.avalon.merlin.tools
The merlin tools package contains a Java Bean supporting an embedded Kernel and associated deployment jelly script.
org.apache.avalon.merlin.unit - package org.apache.avalon.merlin.unit
Merlin kernel embedded in a UnitTest.

P

PACKAGED - Static variable in class org.apache.avalon.composition.data.Mode
Constant indicating that the profile was created based on a profile packaged with the type.
PACKAGED_VALUE - Static variable in class org.apache.avalon.composition.data.Mode
Constant indicating that the profile was created based on a profile packaged with the type.
PARTITION_KEY - Static variable in interface org.apache.avalon.composition.provider.ComponentContext
The standard context entry key for the partition name.
Parameter - class org.apache.avalon.composition.data.Parameter.
A Parameter represents a single constructor typed argument value.
Parameter(String) - Constructor for class org.apache.avalon.composition.data.Parameter
Creation of a new parameter using the default java.lang.String type and a supplied value.
Parameter(String, String) - Constructor for class org.apache.avalon.composition.data.Parameter
Creation of a new entry directive using a supplied classname and value.
Parameter(String, Parameter[]) - Constructor for class org.apache.avalon.composition.data.Parameter
Creation of a new entry directive.
PermissionDirective - class org.apache.avalon.composition.data.PermissionDirective.
Description of classpath.
PermissionDirective(String, String, String) - Constructor for class org.apache.avalon.composition.data.PermissionDirective
Create a PermissionDirective instance.
ProfileDuplicateException - exception org.apache.avalon.composition.model.ProfileDuplicateException.
Exception raised in response to an attempt to override the defintion of an existing profile.
ProfileDuplicateException(String) - Constructor for class org.apache.avalon.composition.model.ProfileDuplicateException
Construct a new ProfileDuplicateException instance.
ProfileDuplicateException(String, Throwable) - Constructor for class org.apache.avalon.composition.model.ProfileDuplicateException
Construct a new ProfileDuplicateException instance.
ProfileException - exception org.apache.avalon.composition.model.ProfileException.
Exception to indicate that there was a profile related error.
ProfileException(String) - Constructor for class org.apache.avalon.composition.model.ProfileException
Construct a new ProfileException instance.
ProfileException(String, Throwable) - Constructor for class org.apache.avalon.composition.model.ProfileException
Construct a new ProfileException instance.
ProfilePackage - class org.apache.avalon.composition.data.ProfilePackage.
A collection of profiles packaged with a component type.
ProfilePackage() - Constructor for class org.apache.avalon.composition.data.ProfilePackage
 
ProfilePackage(ComponentProfile[]) - Constructor for class org.apache.avalon.composition.data.ProfilePackage
Create a new profile package instance.
ProfilePackageBuilder - class org.apache.avalon.composition.data.builder.ProfilePackageBuilder.
A ProfileBuilder is responsible for building a ProfilePackage object from a source.
ProfilePackageBuilder() - Constructor for class org.apache.avalon.composition.data.builder.ProfilePackageBuilder
 
ProfilePackageCreator - interface org.apache.avalon.composition.data.builder.ProfilePackageCreator.
Interface used to create a ProfilePackage from an input stream.
ProfileSelector - interface org.apache.avalon.composition.model.ProfileSelector.
Interface defining the contract for profile selection.
ProfileUnknownException - exception org.apache.avalon.composition.model.ProfileUnknownException.
Exception to indicate that a profile is unknown.
ProfileUnknownException(String) - Constructor for class org.apache.avalon.composition.model.ProfileUnknownException
Construct a new ProfileUnknownException instance.
ProfileUnknownException(String, Throwable) - Constructor for class org.apache.avalon.composition.model.ProfileUnknownException
Construct a new ProfileUnknownException instance.
ProviderNotFoundException - exception org.apache.avalon.composition.model.ProviderNotFoundException.
Exception raised in response to a model provider resolution failure.
ProviderNotFoundException(String) - Constructor for class org.apache.avalon.composition.model.ProviderNotFoundException
Construct a new ProviderNotFoundException instance.
ProviderNotFoundException(String, Throwable) - Constructor for class org.apache.avalon.composition.model.ProviderNotFoundException
Construct a new ProviderNotFoundException instance.
printComponentModel(StringBuffer, String, ComponentModel) - Method in class org.apache.avalon.merlin.impl.DefaultFactory
 
printContainmentModel(StringBuffer, String, ContainmentModel) - Method in class org.apache.avalon.merlin.impl.DefaultFactory
 
printDeploymentModel(StringBuffer, String, DeploymentModel) - Method in class org.apache.avalon.merlin.impl.DefaultFactory
 
printModel(DeploymentModel) - Method in class org.apache.avalon.merlin.impl.DefaultFactory
 
printModel(StringBuffer, String, DeploymentModel) - Method in class org.apache.avalon.merlin.impl.DefaultFactory
 
processString(String) - Method in class org.apache.avalon.composition.model.impl.DefaultSystemContext
Prepare a string representation of an object for presentation.

R

Reclaimer - interface org.apache.avalon.composition.model.Reclaimer.
Interface implementated by an handler that supports instance release.
Resolver - interface org.apache.avalon.composition.model.Resolver.
The Resolver interface defines the contract for instance access and release.
Resource - class org.apache.avalon.composition.model.impl.Resource.
describes a File or a ZipEntry this class is meant to be used by classes needing to record path and date/time information about a file, a zip entry or some similar resource (URL, archive in a version control repository, ...)
Resource() - Constructor for class org.apache.avalon.composition.model.impl.Resource
default constructor
Resource(String) - Constructor for class org.apache.avalon.composition.model.impl.Resource
only sets the name.
Resource(String, boolean, long) - Constructor for class org.apache.avalon.composition.model.impl.Resource
sets the name, lastmodified flag, and exists flag
Resource(String, boolean, long, boolean) - Constructor for class org.apache.avalon.composition.model.impl.Resource
 
Resource - class org.apache.avalon.composition.util.Resource.
describes a File or a ZipEntry this class is meant to be used by classes needing to record path and date/time information about a file, a zip entry or some similar resource (URL, archive in a version control repository, ...)
Resource() - Constructor for class org.apache.avalon.composition.util.Resource
default constructor
Resource(String) - Constructor for class org.apache.avalon.composition.util.Resource
only sets the name.
Resource(String, boolean, long) - Constructor for class org.apache.avalon.composition.util.Resource
sets the name, lastmodified flag, and exists flag
Resource(String, boolean, long, boolean) - Constructor for class org.apache.avalon.composition.util.Resource
 
Runtime - interface org.apache.avalon.composition.provider.Runtime.
Defintion of runtime services.
RuntimeFactory - interface org.apache.avalon.activation.RuntimeFactory.
A factory enabling the establishment of runtime handlers.
RuntimeFactoryException - exception org.apache.avalon.activation.RuntimeFactoryException.
Exception to indicate that there was a error related to the runtime factory.
RuntimeFactoryException(String) - Constructor for class org.apache.avalon.activation.RuntimeFactoryException
Construct a new RuntimeFactoryException instance.
RuntimeFactoryException(String, Throwable) - Constructor for class org.apache.avalon.activation.RuntimeFactoryException
Construct a new RuntimeFactoryException instance.
release(Object) - Method in class org.apache.avalon.activation.impl.AbstractAppliance
Release an object
release(Object) - Method in class org.apache.avalon.activation.impl.AbstractLifestyleManager
Release an object
release() - Method in class org.apache.avalon.activation.impl.ApplianceInvocationHandler
 
release(Object) - Method in class org.apache.avalon.activation.impl.DefaultAppliance
Release an object
release(Object) - Method in class org.apache.avalon.activation.impl.DefaultBlock
Release an object
release(DeploymentModel, Object) - Method in class org.apache.avalon.activation.impl.DefaultRuntime
Request the release of an object from the runtime.
release() - Method in interface org.apache.avalon.composition.model.Reclaimer
Release the reclaimable object.
release(Object) - Method in interface org.apache.avalon.composition.model.Resolver
Release an object.
release(Object) - Method in class org.apache.avalon.composition.model.impl.DefaultDeploymentModel
Release an object
release(DeploymentModel, Object) - Method in class org.apache.avalon.composition.model.impl.DefaultSystemContext
Request the release of an object from the runtime.
release(DeploymentModel, Object) - Method in interface org.apache.avalon.composition.provider.Runtime
Request the release of an object from the runtime.
release(DeploymentModel, Object) - Method in interface org.apache.avalon.composition.provider.SystemContext
Request the release of an object from the runtime.
remove(DeploymentModel) - Method in class org.apache.avalon.composition.model.DependencyGraph
Remove a model from the dependency graph.
removeChild(DependencyGraph) - Method in class org.apache.avalon.composition.model.DependencyGraph
Removal of a consumer dependency graph.
removeCompositionListener(CompositionListener) - Method in interface org.apache.avalon.composition.model.ContainmentModel
Remove a composition listener from the model.
removeCompositionListener(CompositionListener) - Method in class org.apache.avalon.composition.model.impl.DefaultContainmentModel
Remove a composition listener from the model.
removeDefaultExclude(String) - Static method in class org.apache.avalon.composition.model.impl.DirectoryScanner
Remove a string if it is a default exclude.
removeKernelEventListener(KernelEventListener) - Method in interface org.apache.avalon.merlin.Kernel
Remove a kernel listener.
removeKernelEventListener(KernelEventListener) - Method in class org.apache.avalon.merlin.impl.DefaultKernel
Remove a kernel listener.
removeLeadingPath(File, File) - Method in class org.apache.avalon.composition.util.FileUtils
Removes a leading path from a second path.
removeModel(String) - Method in interface org.apache.avalon.composition.model.ContainmentModel
Remove a named model from this model.
removeModel(DeploymentModel) - Method in interface org.apache.avalon.composition.model.ModelRepository
Remove an model from the repository.
removeModel(String) - Method in class org.apache.avalon.composition.model.impl.DefaultContainmentModel
Removal of a named model for the containment model.
removeModel(DeploymentModel) - Method in class org.apache.avalon.composition.model.impl.DefaultModelRepository
Remove an model from the repository.
removeWhitespace(String) - Static method in class org.apache.avalon.composition.model.impl.ScannerUtils
"Flattens" a string by removing all whitespace (space, tab, linefeed, carriage return, and formfeed).
removeWhitespace(String) - Static method in class org.apache.avalon.composition.util.ScannerUtils
"Flattens" a string by removing all whitespace (space, tab, linefeed, carriage return, and formfeed).
resetDefaultExcludes() - Static method in class org.apache.avalon.composition.model.impl.DirectoryScanner
Go back to the hard wired default exclude patterns
resolve() - Method in class org.apache.avalon.activation.impl.AbstractAppliance
Resolve a object to a value.
resolve(boolean) - Method in class org.apache.avalon.activation.impl.AbstractAppliance
Request resolution of an object from the runtime.
resolve() - Method in class org.apache.avalon.activation.impl.AbstractLifestyleManager
Resolve a object to a value.
resolve(boolean) - Method in class org.apache.avalon.activation.impl.AbstractLifestyleManager
Resolve a object to a value.
resolve() - Method in class org.apache.avalon.activation.impl.DefaultAppliance
Resolve a object to a value.
resolve(boolean) - Method in class org.apache.avalon.activation.impl.DefaultAppliance
 
resolve() - Method in class org.apache.avalon.activation.impl.DefaultBlock
Resolve a object to a value.
resolve(boolean) - Method in class org.apache.avalon.activation.impl.DefaultBlock
Resolve a object to a value.
resolve(DeploymentModel) - Method in class org.apache.avalon.activation.impl.DefaultRuntime
Request resolution of an object from the runtime.
resolve(DeploymentModel, boolean) - Method in class org.apache.avalon.activation.impl.DefaultRuntime
Request resolution of an object from the runtime.
resolve() - Method in interface org.apache.avalon.composition.model.Resolver
Resolve a object to a value.
resolve(boolean) - Method in interface org.apache.avalon.composition.model.Resolver
Resolve a object to a value.
resolve() - Method in class org.apache.avalon.composition.model.impl.DefaultDeploymentModel
Resolve a object to a value.
resolve(boolean) - Method in class org.apache.avalon.composition.model.impl.DefaultDeploymentModel
Resolve a object to a value.
resolve(DeploymentModel) - Method in class org.apache.avalon.composition.model.impl.DefaultSystemContext
Request resolution of an object from the runtime.
resolve(DeploymentModel, boolean) - Method in class org.apache.avalon.composition.model.impl.DefaultSystemContext
Request resolution of an object from the runtime.
resolve(DeploymentModel) - Method in interface org.apache.avalon.composition.provider.Runtime
Request resolution of an object from the runtime.
resolve(DeploymentModel, boolean) - Method in interface org.apache.avalon.composition.provider.Runtime
Request resolution of an object from the runtime.
resolve(DeploymentModel) - Method in interface org.apache.avalon.composition.provider.SystemContext
Request resolution of an object from the runtime.
resolve(DeploymentModel, boolean) - Method in interface org.apache.avalon.composition.provider.SystemContext
Request resolution of an object from the runtime.
resolve(String) - Method in class org.apache.avalon.merlin.unit.AbstractMerlinTestCase
 
resolveFileset() - Method in interface org.apache.avalon.composition.model.FilesetModel
Resolves the specified include and exclude directives from the base directory anchor and produces an array of files to include in the classpath.
resolveFileset() - Method in class org.apache.avalon.composition.model.impl.DefaultFilesetModel
Resolves the specified include and exclude directives from the base directory anchor and produces an array of files to include in the classpath.
rtrimWildcardTokens(String) - Static method in class org.apache.avalon.composition.model.impl.ScannerUtils
removes from a pattern all tokens to the right containing wildcards
rtrimWildcardTokens(String) - Static method in class org.apache.avalon.composition.util.ScannerUtils
removes from a pattern all tokens to the right containing wildcards

S

SECURE_EXECUTION_KEY - Static variable in interface org.apache.avalon.composition.model.ContainmentModel
 
SEPARATOR - Static variable in interface org.apache.avalon.composition.model.DeploymentModel
 
SEPARATOR - Static variable in interface org.apache.avalon.composition.provider.DeploymentContext
 
STARTED - Static variable in interface org.apache.avalon.merlin.Kernel
 
STARTING - Static variable in interface org.apache.avalon.merlin.Kernel
 
STOPPED - Static variable in interface org.apache.avalon.merlin.Kernel
 
STOPPING - Static variable in interface org.apache.avalon.merlin.Kernel
 
ScannerUtils - class org.apache.avalon.composition.model.impl.ScannerUtils.
This is a utility class used by DirectoryScanner.
ScannerUtils - class org.apache.avalon.composition.util.ScannerUtils.
This is a utility class used by DirectoryScanner.
SecurityModel - interface org.apache.avalon.composition.provider.SecurityModel.
Specification of a security model.
SecurityProfile - class org.apache.avalon.composition.data.SecurityProfile.
A security profile descriptor.
SecurityProfile(String, PermissionDescriptor[]) - Constructor for class org.apache.avalon.composition.data.SecurityProfile
Creation of a new security profile using an asupplied name and set of permissions.
SelectionDirective - class org.apache.avalon.composition.data.SelectionDirective.
A SelectionDirectivecontains information describing how a depedency should be resolved relative to a set of supplied features and qualified values.
SelectionDirective(String, String, String, boolean) - Constructor for class org.apache.avalon.composition.data.SelectionDirective
Creation of a new dependency directive.
SerializedContainmentProfileCreator - class org.apache.avalon.composition.data.builder.SerializedContainmentProfileCreator.
Create ContainmentProfile from stream made up of serialized object.
SerializedContainmentProfileCreator() - Constructor for class org.apache.avalon.composition.data.builder.SerializedContainmentProfileCreator
 
SerializedContainmentProfileWriter - class org.apache.avalon.composition.data.writer.SerializedContainmentProfileWriter.
Write ContainmentProfile objects to a stream as serialized objects.
SerializedContainmentProfileWriter() - Constructor for class org.apache.avalon.composition.data.writer.SerializedContainmentProfileWriter
 
SerializedProfilePackageCreator - class org.apache.avalon.composition.data.builder.SerializedProfilePackageCreator.
Create ProfilePackage from stream made up of serialized object.
SerializedProfilePackageCreator() - Constructor for class org.apache.avalon.composition.data.builder.SerializedProfilePackageCreator
 
SerializedTargetsCreator - class org.apache.avalon.composition.data.builder.SerializedTargetsCreator.
Create Targets from stream made up of serialized object.
SerializedTargetsCreator() - Constructor for class org.apache.avalon.composition.data.builder.SerializedTargetsCreator
 
ServiceDirective - class org.apache.avalon.composition.data.ServiceDirective.
A ServiceDirective is a class that holds a reference to a published service together with a component implementation path reference, referencing the component implementing the service.
ServiceDirective(ServiceDescriptor, String) - Constructor for class org.apache.avalon.composition.data.ServiceDirective
Creation of a new service directive.
ServiceDuplicateException - exception org.apache.avalon.composition.model.ServiceDuplicateException.
Exception raised in response to an attempt to override an existing service defintion.
ServiceDuplicateException(String) - Constructor for class org.apache.avalon.composition.model.ServiceDuplicateException
Construct a new ServiceDuplicateException instance.
ServiceDuplicateException(String, Throwable) - Constructor for class org.apache.avalon.composition.model.ServiceDuplicateException
Construct a new ServiceDuplicateException instance.
ServiceException - exception org.apache.avalon.composition.model.ServiceException.
Exception to indicate that there was a service related error.
ServiceException(String) - Constructor for class org.apache.avalon.composition.model.ServiceException
Construct a new ServiceException instance.
ServiceException(String, Throwable) - Constructor for class org.apache.avalon.composition.model.ServiceException
Construct a new ServiceException instance.
ServiceModel - interface org.apache.avalon.composition.model.ServiceModel.
Service model manages service exported by a container.
ServiceRepository - interface org.apache.avalon.composition.model.ServiceRepository.
A service repository provides support for the storage and retrival of service defintions.
ServiceUnknownException - exception org.apache.avalon.composition.model.ServiceUnknownException.
Exception to indicate that a service defintioon is unknown within the scope of a service manager.
ServiceUnknownException(String) - Constructor for class org.apache.avalon.composition.model.ServiceUnknownException
Construct a new ServiceUnknownException instance.
ServiceUnknownException(String, Throwable) - Constructor for class org.apache.avalon.composition.model.ServiceUnknownException
Construct a new ServiceUnknownException instance.
SingletonLifestyleManager - class org.apache.avalon.activation.impl.SingletonLifestyleManager.
 
SingletonLifestyleManager(ComponentModel, ComponentFactory) - Constructor for class org.apache.avalon.activation.impl.SingletonLifestyleManager
 
StageDirective - class org.apache.avalon.composition.data.StageDirective.
A StageDirective contains information describing how a stage dependency should be resolved.
StageDirective(String, String) - Constructor for class org.apache.avalon.composition.data.StageDirective
Creation of a new stage directive that associates a stage key with a source component address.
StageDirective(String, SelectionDirective[]) - Constructor for class org.apache.avalon.composition.data.StageDirective
Creation of a new stage directive that associates a stage key with a set of selection constraints.
StageModel - interface org.apache.avalon.composition.model.StageModel.
Stage model handles the establishment of an explicit source extension defintion or stage provider selection based on extension qualification.
StagedDeliveryDescriptor - class org.apache.avalon.composition.info.StagedDeliveryDescriptor.
Descriptor used to mark a lifecycle artifact handler a using a injection by constructor delivery strategy.
StagedDeliveryDescriptor(Class, Class) - Constructor for class org.apache.avalon.composition.info.StagedDeliveryDescriptor
 
SystemContext - interface org.apache.avalon.composition.provider.SystemContext.
Defintion of a system context that exposes a system wide set of parameters.
SystemContextFactory - interface org.apache.avalon.composition.provider.SystemContextFactory.
Defintion of a system context that exposes a system wide set of parameters.
SystemException - exception org.apache.avalon.composition.provider.SystemException.
Exception to indicate that there was a system related error.
SystemException(String) - Constructor for class org.apache.avalon.composition.provider.SystemException
Construct a new SystemException instance.
SystemException(String, Throwable) - Constructor for class org.apache.avalon.composition.provider.SystemException
Construct a new SystemException instance.
SystemRuntimeException - exception org.apache.avalon.composition.provider.SystemRuntimeException.
Exception to indicate that there was a system related error.
SystemRuntimeException(String) - Constructor for class org.apache.avalon.composition.provider.SystemRuntimeException
Construct a new SystemRuntimeException instance.
SystemRuntimeException(String, Throwable) - Constructor for class org.apache.avalon.composition.provider.SystemRuntimeException
Construct a new SystemRuntimeException instance.
scan() - Method in class org.apache.avalon.composition.model.impl.DirectoryScanner
Scans the base directory for files which match at least one include pattern and don't match any exclude patterns.
scandir(File, String, boolean) - Method in class org.apache.avalon.composition.model.impl.DirectoryScanner
Scans the given directory for files and directories.
select(DeploymentModel[], DependencyDescriptor) - Method in interface org.apache.avalon.composition.model.ModelSelector
Returns the preferred model from an available selection of candidates capable of fulfilling a supplied service dependency.
select(DeploymentModel[], StageDescriptor) - Method in interface org.apache.avalon.composition.model.ModelSelector
Returns the preferred model from an available selection of candidates
select(DeploymentModel[], ReferenceDescriptor) - Method in interface org.apache.avalon.composition.model.ModelSelector
Returns the preferred model from an available selection of candidates
select(DeploymentProfile[], DependencyDescriptor) - Method in interface org.apache.avalon.composition.model.ProfileSelector
Returns the preferred profile from an available selection of candidates profiles.
select(DeploymentProfile[], StageDescriptor) - Method in interface org.apache.avalon.composition.model.ProfileSelector
Returns the preferred profile from an available selection of candidates profiles.
select(DeploymentProfile[], ReferenceDescriptor) - Method in interface org.apache.avalon.composition.model.ProfileSelector
Returns the preferred profile from an available selection of candidates profiles.
selectors - Variable in class org.apache.avalon.composition.model.impl.DirectoryScanner
Selectors that will filter which files are in our candidate list.
setActivationPolicy(boolean) - Method in interface org.apache.avalon.composition.model.ComponentModel
Set the activation policy for the model.
setActivationPolicy(boolean) - Method in class org.apache.avalon.composition.model.impl.DefaultComponentModel
Set the activation policy for the model.
setAnchorDirectory(File) - Method in class org.apache.avalon.composition.model.impl.DefaultSystemContextFactory
Set the anchor directory.
setAnchorDirectory(File) - Method in interface org.apache.avalon.composition.provider.SystemContextFactory
Set the anchor directory.
setBasedir(String) - Method in class org.apache.avalon.composition.model.impl.DirectoryScanner
Sets the base directory to be scanned.
setBasedir(File) - Method in class org.apache.avalon.composition.model.impl.DirectoryScanner
Sets the base directory to be scanned.
setCaseSensitive(boolean) - Method in class org.apache.avalon.composition.model.impl.DirectoryScanner
Sets whether or not include and exclude patterns are matched in a case sensitive way
setCategories(CategoriesDirective) - Method in interface org.apache.avalon.composition.model.DeploymentModel
Set categories.
setCategories(CategoriesDirective) - Method in class org.apache.avalon.composition.model.impl.DefaultDeploymentModel
Set categories.
setCollectionPolicy(int) - Method in interface org.apache.avalon.composition.model.ComponentModel
Set the collection policy to a supplied value.
setCollectionPolicy(int) - Method in class org.apache.avalon.composition.model.impl.DefaultComponentModel
Set the collection policy for the model.
setConfiguration(Configuration) - Method in interface org.apache.avalon.composition.model.ComponentModel
Set the configuration to the supplied value.
setConfiguration(Configuration, boolean) - Method in interface org.apache.avalon.composition.model.ComponentModel
Set the configuration to the supplied value.
setConfiguration(Configuration) - Method in class org.apache.avalon.composition.model.impl.DefaultComponentModel
Set the configuration to the supplied value.
setConfiguration(Configuration, boolean) - Method in class org.apache.avalon.composition.model.impl.DefaultComponentModel
Set the configuration to the supplied value.
setDebug(String) - Method in class org.apache.avalon.merlin.tools.MerlinBean
Set the debug policy.
setDefaultDeploymentTimeout(long) - Method in class org.apache.avalon.composition.model.impl.DefaultSystemContextFactory
 
setDefaultDeploymentTimeout(long) - Method in interface org.apache.avalon.composition.provider.SystemContextFactory
Set the system wide default deployment timeout.
setDeployment(String) - Method in class org.apache.avalon.merlin.tools.MerlinBean
Set the deployment path.
setDirectory(boolean) - Method in class org.apache.avalon.composition.model.impl.Resource
 
setDirectory(boolean) - Method in class org.apache.avalon.composition.util.Resource
 
setEnabled(boolean) - Method in class org.apache.avalon.composition.util.DefaultState
Set the enabled state of the state.
setEntry(String, Object) - Method in interface org.apache.avalon.composition.model.ContextModel
Set the entry to a suplied value.
setEntry(String, Object) - Method in class org.apache.avalon.composition.model.impl.DefaultContextModel
Set the entry to a suplied value.
setEntryModel(String, EntryModel) - Method in interface org.apache.avalon.composition.model.ContextModel
Set the entry model relative to a supplied key.
setEntryModel(String, EntryModel) - Method in class org.apache.avalon.composition.model.impl.DefaultContextModel
Set the entry model relative to a supplied key.
setExcludes(String[]) - Method in class org.apache.avalon.composition.model.impl.DirectoryScanner
Sets the list of exclude patterns to use.
setExists(boolean) - Method in class org.apache.avalon.composition.model.impl.Resource
 
setExists(boolean) - Method in class org.apache.avalon.composition.util.Resource
 
setFollowSymlinks(boolean) - Method in class org.apache.avalon.composition.model.impl.DirectoryScanner
Sets whether or not symbolic links should be followed.
setGrantsTable(Map) - Method in class org.apache.avalon.composition.model.impl.DefaultSystemContextFactory
Set the initial set of address to security profile grants.
setGrantsTable(Map) - Method in interface org.apache.avalon.composition.provider.SystemContextFactory
Set the initial grants table.
setHosts(String) - Method in class org.apache.avalon.merlin.tools.MerlinBean
Set the deployment path.
setIncludes(String[]) - Method in class org.apache.avalon.composition.model.impl.DirectoryScanner
Sets the list of include patterns to use.
setInfo(String) - Method in class org.apache.avalon.merlin.tools.MerlinBean
Set the info policy.
setLastModified(long) - Method in class org.apache.avalon.composition.model.impl.Resource
 
setLastModified(long) - Method in class org.apache.avalon.composition.util.Resource
 
setLifestyleArtifact(Artifact) - Method in class org.apache.avalon.composition.model.impl.DefaultSystemContextFactory
 
setLifestyleArtifact(Artifact) - Method in interface org.apache.avalon.composition.provider.SystemContextFactory
Set the lifestyle factory using a supplied artifact.
setLogger(Logger) - Method in class org.apache.avalon.composition.model.impl.DirectoryScanner
 
setLoggingManager(LoggingManager) - Method in class org.apache.avalon.composition.model.impl.DefaultSystemContextFactory
 
setLoggingManager(LoggingManager) - Method in interface org.apache.avalon.composition.provider.SystemContextFactory
Set the logging manager.
setName(String) - Method in class org.apache.avalon.composition.model.impl.DefaultSystemContextFactory
 
setName(String) - Method in class org.apache.avalon.composition.model.impl.Resource
 
setName(String) - Method in interface org.apache.avalon.composition.provider.SystemContextFactory
Set the name of the logging channel to be used by the system context.
setName(String) - Method in class org.apache.avalon.composition.util.Resource
 
setParameters(Parameters) - Method in interface org.apache.avalon.composition.model.ComponentModel
Set the parameters to the supplied value.
setParameters(Parameters, boolean) - Method in interface org.apache.avalon.composition.model.ComponentModel
Set the parameters to the supplied value.
setParameters(Parameters) - Method in class org.apache.avalon.composition.model.impl.DefaultComponentModel
Set the parameters to the supplied value.
setParameters(Parameters, boolean) - Method in class org.apache.avalon.composition.model.impl.DefaultComponentModel
Set the parameters to the supplied value.
setParentContext(Context) - Method in class org.apache.avalon.composition.model.impl.DefaultSystemContextFactory
Set the parent context of the system context.
setParentContext(Context) - Method in interface org.apache.avalon.composition.provider.SystemContextFactory
Set the parent context.
setProvider(DeploymentModel) - Method in interface org.apache.avalon.composition.model.Dependent
Set the provider model.
setProvider(DeploymentModel) - Method in class org.apache.avalon.composition.model.impl.DefaultDependent
Set the provider model.
setRepository(Repository) - Method in class org.apache.avalon.composition.model.impl.DefaultSystemContextFactory
 
setRepository(Repository) - Method in interface org.apache.avalon.composition.provider.SystemContextFactory
Set the application repository.
setRuntime(Artifact) - Method in class org.apache.avalon.composition.model.impl.DefaultSystemContextFactory
Set the runtime artifact.
setRuntime(Class) - Method in class org.apache.avalon.composition.model.impl.DefaultSystemContextFactory
 
setRuntime(Artifact) - Method in interface org.apache.avalon.composition.provider.SystemContextFactory
Set the runtime using a supplied artifact.
setRuntime(Class) - Method in interface org.apache.avalon.composition.provider.SystemContextFactory
Set the runtime using a supplied class.
setSecurityEnabled(boolean) - Method in class org.apache.avalon.composition.model.impl.DefaultSystemContextFactory
Set the security enabled status.
setSecurityEnabled(boolean) - Method in interface org.apache.avalon.composition.provider.SystemContextFactory
Set the security enabled status.
setSecurityModel(SecurityModel) - Method in class org.apache.avalon.composition.model.impl.DefaultSystemContextFactory
 
setSecurityProfiles(SecurityProfile[]) - Method in class org.apache.avalon.composition.model.impl.DefaultSystemContextFactory
 
setSecurityProfiles(SecurityProfile[]) - Method in interface org.apache.avalon.composition.provider.SystemContextFactory
Set the security profiles.
setSelectors(FileSelector[]) - Method in class org.apache.avalon.composition.model.impl.DirectoryScanner
Sets the selectors that will select the filelist.
setTemporaryDirectory(File) - Method in class org.apache.avalon.composition.model.impl.DefaultSystemContextFactory
 
setTemporaryDirectory(File) - Method in interface org.apache.avalon.composition.provider.SystemContextFactory
Set the temporary directory.
setTraceEnabled(boolean) - Method in class org.apache.avalon.composition.model.impl.DefaultSystemContext
Set the system trace flag.
setTraceEnabled(boolean) - Method in class org.apache.avalon.composition.model.impl.DefaultSystemContextFactory
Set the system trace flag.
setTraceEnabled(boolean) - Method in interface org.apache.avalon.composition.provider.SystemContextFactory
Set the system trace flag.
setUp() - Method in class org.apache.avalon.merlin.unit.AbstractMerlinTestCase
 
setWorkingDirectory(File) - Method in class org.apache.avalon.composition.model.impl.DefaultSystemContextFactory
 
setWorkingDirectory(File) - Method in interface org.apache.avalon.composition.provider.SystemContextFactory
Set the working directory.
setupLanguageCode(KernelCriteria) - Method in class org.apache.avalon.merlin.impl.DefaultFactory
If the kernel criteria includes a language code then set the current local to the declared value.
shutdown() - Method in interface org.apache.avalon.merlin.KernelController
Initiate an orderly shutdown of the kernel.
shutdown() - Method in class org.apache.avalon.merlin.impl.DefaultKernel
Shutdown the kernel during which orderly shutdown of all installed blocks is undertaken.
startup() - Method in interface org.apache.avalon.merlin.KernelController
Initiate the establishment of the root container.
startup() - Method in class org.apache.avalon.merlin.impl.DefaultKernel
Initiate the establishment of the root container.
stateChanged(KernelStateEvent) - Method in interface org.apache.avalon.merlin.event.KernelEventListener
Notify the listener that the kernel has started.

T

TEMP_KEY - Static variable in interface org.apache.avalon.composition.provider.ComponentContext
The standard context entry key for the partition name.
TargetDirective - class org.apache.avalon.composition.data.TargetDirective.
A target is a tagged configuration fragment.
TargetDirective(String, Configuration, CategoriesDirective, String) - Constructor for class org.apache.avalon.composition.data.TargetDirective
Create a new Target instance.
Targets - class org.apache.avalon.composition.data.Targets.
A target is a tagged configuration fragment.
Targets() - Constructor for class org.apache.avalon.composition.data.Targets
Create an empty Targets instance.
Targets(TargetDirective[]) - Constructor for class org.apache.avalon.composition.data.Targets
Create a new Targets instance.
TargetsBuilder - class org.apache.avalon.composition.data.builder.TargetsBuilder.
A TargetsBuilderis responsible for building Targets objects from a configuration object.
TargetsBuilder() - Constructor for class org.apache.avalon.composition.data.builder.TargetsBuilder
 
TargetsCreator - interface org.apache.avalon.composition.data.builder.TargetsCreator.
Simple interface used to create a Targets from an input stream.
ThreadLifestyleManager - class org.apache.avalon.activation.impl.ThreadLifestyleManager.
 
ThreadLifestyleManager(ComponentModel, ComponentFactory) - Constructor for class org.apache.avalon.activation.impl.ThreadLifestyleManager
 
TransientApplianceException - exception org.apache.avalon.activation.TransientApplianceException.
Exception to indicate that there was a transient exception.
TransientApplianceException(long) - Constructor for class org.apache.avalon.activation.TransientApplianceException
Construct a new TransientApplianceException instance.
TransientApplianceException(String, long) - Constructor for class org.apache.avalon.activation.TransientApplianceException
Construct a new TransientApplianceException instance.
TransientApplianceException(String, Throwable, long) - Constructor for class org.apache.avalon.activation.TransientApplianceException
Construct a new TransientApplianceException instance.
TransientLifestyleManager - class org.apache.avalon.activation.impl.TransientLifestyleManager.
 
TransientLifestyleManager(ComponentModel, ComponentFactory) - Constructor for class org.apache.avalon.activation.impl.TransientLifestyleManager
 
TransientRuntimeException - exception org.apache.avalon.composition.model.TransientRuntimeException.
Exception to indicate that there was a transient service error.
TransientRuntimeException(String, long) - Constructor for class org.apache.avalon.composition.model.TransientRuntimeException
Construct a new TransientRuntimeException instance.
TransientServiceException - exception org.apache.avalon.composition.model.TransientServiceException.
Exception to indicate that there was a transient service error.
TransientServiceException(String, String, long) - Constructor for class org.apache.avalon.composition.model.TransientServiceException
Construct a new TransientServiceException instance.
TypeDuplicateException - exception org.apache.avalon.composition.model.TypeDuplicateException.
Exception raised in response to an attempt to override the defintion of an existing type.
TypeDuplicateException(String) - Constructor for class org.apache.avalon.composition.model.TypeDuplicateException
Construct a new TypeDuplicateException instance.
TypeDuplicateException(String, Throwable) - Constructor for class org.apache.avalon.composition.model.TypeDuplicateException
Construct a new TypeDuplicateException instance.
TypeException - exception org.apache.avalon.composition.model.TypeException.
Exception to indicate that there was a type related error.
TypeException(String) - Constructor for class org.apache.avalon.composition.model.TypeException
Construct a new TypeException instance.
TypeException(String, Throwable) - Constructor for class org.apache.avalon.composition.model.TypeException
Construct a new TypeException instance.
TypeRepository - interface org.apache.avalon.composition.model.TypeRepository.
A type manager implemetation provides support for the creation, storage and retrival of component types.
TypeRuntimeException - exception org.apache.avalon.composition.model.TypeRuntimeException.
Exception to indicate that there was a type related runtime error.
TypeRuntimeException(String) - Constructor for class org.apache.avalon.composition.model.TypeRuntimeException
Construct a new TypeRuntimeException instance.
TypeRuntimeException(String, Throwable) - Constructor for class org.apache.avalon.composition.model.TypeRuntimeException
Construct a new TypeRuntimeException instance.
TypeUnknownException - exception org.apache.avalon.composition.model.TypeUnknownException.
Exception to indicate that a type is unknown within the scope of a type manager.
TypeUnknownException(String) - Constructor for class org.apache.avalon.composition.model.TypeUnknownException
Construct a new TypeUnknownException instance.
TypeUnknownException(String, Throwable) - Constructor for class org.apache.avalon.composition.model.TypeUnknownException
Construct a new TypeUnknownException instance.
tearDown() - Method in class org.apache.avalon.merlin.unit.AbstractMerlinTestCase
 
toString() - Method in class org.apache.avalon.activation.impl.AbstractAppliance
 
toString() - Method in class org.apache.avalon.activation.impl.DefaultAppliance
 
toString() - Method in class org.apache.avalon.activation.impl.DefaultBlock
 
toString() - Method in class org.apache.avalon.composition.data.ComponentProfile
Returns a string representation of the profile.
toString() - Method in class org.apache.avalon.composition.data.DeploymentProfile
Returns a string representation of the profile.
toString() - Method in class org.apache.avalon.composition.data.Mode
Return a string representatio of the mode.
toString() - Method in class org.apache.avalon.composition.data.NamedComponentProfile
Returns a string representation of the profile.
toString() - Method in class org.apache.avalon.composition.data.TargetDirective
Return a string representation of the target.
toString() - Method in class org.apache.avalon.composition.data.Targets
Return a string representation of the target.
toString() - Method in class org.apache.avalon.composition.event.CompositionEvent
 
toString() - Method in class org.apache.avalon.composition.model.impl.DefaultDeploymentModel
 
toString(Object) - Method in class org.apache.avalon.composition.model.impl.DefaultSystemContext
Prepare a string representation of an object for presentation.
toString(Object[]) - Method in class org.apache.avalon.composition.model.impl.DefaultSystemContext
Prepare a string representation of an object array for presentation.
toString() - Method in class org.apache.avalon.composition.model.impl.DirectoryScanner
 
toString(Object) - Method in interface org.apache.avalon.composition.provider.SystemContext
Prepare a string representation of an object for presentation.
toString(Object[]) - Method in interface org.apache.avalon.composition.provider.SystemContext
Prepare a string representation of an object array for presentation.
toString() - Method in class org.apache.avalon.merlin.event.KernelEvent
 
toString() - Method in class org.apache.avalon.merlin.event.KernelStateEvent
 
toString() - Method in class org.apache.avalon.merlin.impl.DefaultCriteria
Return a string representation of the kernel criteria.
tokenizePath(String) - Static method in class org.apache.avalon.composition.model.impl.ScannerUtils
Breaks a path up into a Vector of path elements, tokenizing on File.separator.
tokenizePath(String, String) - Static method in class org.apache.avalon.composition.model.impl.ScannerUtils
Breaks a path up into a Vector of path elements, tokenizing on
tokenizePath(String) - Static method in class org.apache.avalon.composition.util.ScannerUtils
Breaks a path up into a Vector of path elements, tokenizing on File.separator.
tokenizePath(String, String) - Static method in class org.apache.avalon.composition.util.ScannerUtils
Breaks a path up into a Vector of path elements, tokenizing on

W

writeCategories(Writer, CategoriesDirective, String) - Method in class org.apache.avalon.composition.data.writer.XMLComponentProfileWriter
Write out xml representation of the logging categories
writeComponentProfile(Writer, ComponentProfile, String) - Method in class org.apache.avalon.composition.data.writer.XMLComponentProfileWriter
Write out a containment deployment profile to XML.
writeContainmentProfile(ContainmentProfile, OutputStream) - Method in interface org.apache.avalon.composition.data.writer.ContainmentProfileWriter
Write a ContainmentProfile to a stream
writeContainmentProfile(ContainmentProfile, OutputStream) - Method in class org.apache.avalon.composition.data.writer.SerializedContainmentProfileWriter
Write a ContainmentProfile to a stream
writeContainmentProfile(ContainmentProfile, OutputStream) - Method in class org.apache.avalon.composition.data.writer.XMLContainmentProfileWriter
Write out a containment profile to xml.
writeContainmentProfile(Writer, ContainmentProfile, String) - Method in class org.apache.avalon.composition.data.writer.XMLContainmentProfileWriter
Write out a containment profile to xml.
writeContainmentProfile(Writer, ContainmentProfile, boolean, String) - Method in class org.apache.avalon.composition.data.writer.XMLContainmentProfileWriter
Write out a containment profile to xml.
writeDeploymentBody(Writer, ComponentProfile, String) - Method in class org.apache.avalon.composition.data.writer.XMLComponentProfileWriter
Write out a containment deployment content.

X

XMLComponentProfileCreator - class org.apache.avalon.composition.data.builder.XMLComponentProfileCreator.
 
XMLComponentProfileCreator() - Constructor for class org.apache.avalon.composition.data.builder.XMLComponentProfileCreator
 
XMLComponentProfileWriter - class org.apache.avalon.composition.data.writer.XMLComponentProfileWriter.
Write a ComponentProfile to a stream as xml documents.
XMLComponentProfileWriter() - Constructor for class org.apache.avalon.composition.data.writer.XMLComponentProfileWriter
 
XMLContainmentProfileCreator - class org.apache.avalon.composition.data.builder.XMLContainmentProfileCreator.
Handles internalization of an XML based description of a ContainmentProfile from a Configuration object.
XMLContainmentProfileCreator() - Constructor for class org.apache.avalon.composition.data.builder.XMLContainmentProfileCreator
 
XMLContainmentProfileWriter - class org.apache.avalon.composition.data.writer.XMLContainmentProfileWriter.
Write ContainmentProfile objects to a stream as xml documents.
XMLContainmentProfileWriter() - Constructor for class org.apache.avalon.composition.data.writer.XMLContainmentProfileWriter
 
XMLProfileCreator - class org.apache.avalon.composition.data.builder.XMLProfileCreator.
 
XMLProfileCreator() - Constructor for class org.apache.avalon.composition.data.builder.XMLProfileCreator
 
XMLProfilePackageCreator - class org.apache.avalon.composition.data.builder.XMLProfilePackageCreator.
 
XMLProfilePackageCreator() - Constructor for class org.apache.avalon.composition.data.builder.XMLProfilePackageCreator
 
XMLSecurityProfileBuilder - class org.apache.avalon.composition.data.builder.XMLSecurityProfileBuilder.
Implementation of the default security builder.
XMLSecurityProfileBuilder() - Constructor for class org.apache.avalon.composition.data.builder.XMLSecurityProfileBuilder
 
XMLTargetsCreator - class org.apache.avalon.composition.data.builder.XMLTargetsCreator.
Handles internalization of an XML based description of a Targets instance from a Configuration object.
XMLTargetsCreator() - Constructor for class org.apache.avalon.composition.data.builder.XMLTargetsCreator
 

A B C D E F G H I K L M N O P R S T W X

Copyright © The Apache Software Foundation. All Rights Reserved.