|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.avalon.composition.data.StageDirective
A StageDirective contains information describing how a stage dependency should be resolved.
Constructor Summary | |
StageDirective(String key,
SelectionDirective[] features)
Creation of a new stage directive that associates a stage key with a set of selection constraints. |
|
StageDirective(String key,
String source)
Creation of a new stage directive that associates a stage key with a source component address. |
Method Summary | |
String |
getKey()
Return the stage key. |
SelectionDirective[] |
getSelectionDirectives()
Return the set of selection directive constraints. |
String |
getSource()
Return the stage source path. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public StageDirective(String key, String source)
key
- the stage keysource
- path to the source provider componentpublic StageDirective(String key, SelectionDirective[] features)
key
- the stage keyfeatures
- the set of selection directivesMethod Detail |
public String getKey()
public String getSource()
public SelectionDirective[] getSelectionDirectives()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |