|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExtensionDescriptor | |
org.apache.avalon.meta.info | Type is an assembly of descriptors of the constraints a component type declares towards a container and includes declaration of service dependencies, Logger establishment criteria, Configuration, Parameters and Context establishment criteria, in addition to human-readable information about the component type. |
org.apache.avalon.meta.info.builder |
Resources supporting the creation of a Type instance from a serialized form.
|
org.apache.avalon.meta.info.builder.tags | Utility classes supporting encapsulation of the representation of a the different tags supported in the merlin meta info model. |
Uses of ExtensionDescriptor in org.apache.avalon.meta.info |
Methods in org.apache.avalon.meta.info that return ExtensionDescriptor | |
ExtensionDescriptor[] |
Type.getExtensions()
Return the stages extension handling provided by this extension. |
ExtensionDescriptor |
Type.getExtension(StageDescriptor stage)
Return the extension supporting the supplied stage. |
ExtensionDescriptor |
Type.getExtension(String key)
Return the extension supporting the supplied stage. |
Constructors in org.apache.avalon.meta.info with parameters of type ExtensionDescriptor | |
Type(InfoDescriptor descriptor,
CategoryDescriptor[] loggers,
ContextDescriptor context,
ServiceDescriptor[] services,
DependencyDescriptor[] dependencies,
StageDescriptor[] stages,
ExtensionDescriptor[] extensions)
Creation of a new Type instance using a supplied component descriptor, logging, cotext, services, depedencies, stages and extension descriptors. |
|
Type(InfoDescriptor descriptor,
CategoryDescriptor[] loggers,
ContextDescriptor context,
ServiceDescriptor[] services,
DependencyDescriptor[] dependencies,
StageDescriptor[] stages,
ExtensionDescriptor[] extensions,
Configuration defaults)
Creation of a new Type instance using a supplied component descriptor, logging, cotext, services, depedencies, stages and extension descriptors. |
|
Type(InfoDescriptor descriptor,
SecurityDescriptor security,
CategoryDescriptor[] loggers,
ContextDescriptor context,
ServiceDescriptor[] services,
DependencyDescriptor[] dependencies,
StageDescriptor[] stages,
ExtensionDescriptor[] extensions,
Configuration defaults)
Creation of a new Type instance using a supplied component descriptor, logging, cotext, services, depedencies, stages and extension descriptors. |
Uses of ExtensionDescriptor in org.apache.avalon.meta.info.builder |
Methods in org.apache.avalon.meta.info.builder that return ExtensionDescriptor | |
protected ExtensionDescriptor[] |
XMLTypeCreator.buildExtensions(Configuration config)
Utility function to create a set of phase descriptor from a configuration. |
protected ExtensionDescriptor |
XMLTypeCreator.buildExtension(Configuration config)
Utility function to create an extension descriptor from a configuration. |
Uses of ExtensionDescriptor in org.apache.avalon.meta.info.builder.tags |
Methods in org.apache.avalon.meta.info.builder.tags that return ExtensionDescriptor | |
ExtensionDescriptor[] |
ExtensionTag.getExtensions()
Return an array of StageDescriptor instances based on declared 'stage' tags. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |