|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.avalon.framework.logger.AbstractLogEnabled
org.apache.avalon.composition.model.impl.DefaultStageModel
Default implementation of the stage model.
Constructor Summary | |
DefaultStageModel(Logger logger,
String partition,
StageDescriptor descriptor,
StageDirective directive)
Creation of a new stage model. |
Method Summary | |
ExtensionDescriptor[] |
filter(ExtensionDescriptor[] candidates)
Filter a set of candidate extension descriptors and return the set of acceptable extensions as a ordered sequence. |
String |
getPath()
Return an explicit path to a supplier component. |
StageDescriptor |
getStage()
Return the stage descriptor. |
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled |
enableLogging, getLogger, setupLogger, setupLogger, setupLogger |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DefaultStageModel(Logger logger, String partition, StageDescriptor descriptor, StageDirective directive) throws ModelException
logger
- the logging channelpartition
- the partition namedescriptor
- the stage descriptorsdirective
- the stage directive (possibly null)Method Detail |
public StageDescriptor getStage()
getStage
in interface StageModel
public String getPath()
getPath
in interface StageModel
public ExtensionDescriptor[] filter(ExtensionDescriptor[] candidates)
filter
in interface StageModel
candidates
- the set of candidate stage providers
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |