|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StageDescriptor | |
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 StageDescriptor in org.apache.avalon.meta.info |
Methods in org.apache.avalon.meta.info that return StageDescriptor | |
StageDescriptor[] |
Type.getStages()
Return the lifecycle stages extensions required by this component type. |
Methods in org.apache.avalon.meta.info with parameters of type StageDescriptor | |
ExtensionDescriptor |
Type.getExtension(StageDescriptor stage)
Return the extension supporting the supplied stage. |
Constructors in org.apache.avalon.meta.info with parameters of type StageDescriptor | |
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 StageDescriptor in org.apache.avalon.meta.info.builder |
Methods in org.apache.avalon.meta.info.builder that return StageDescriptor | |
protected StageDescriptor[] |
XMLTypeCreator.buildStages(Configuration config)
Utility function to create a set of phase descriptor from a configuration. |
protected StageDescriptor |
XMLTypeCreator.buildPhase(Configuration config)
Utility function to create a set of phase descriptor from a configuration. |
Uses of StageDescriptor in org.apache.avalon.meta.info.builder.tags |
Methods in org.apache.avalon.meta.info.builder.tags that return StageDescriptor | |
StageDescriptor[] |
StageTag.getStages()
Return an array of StageDescriptor instances based on declared 'stage' tags. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |