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