|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DependencyDescriptorMediator
A DependencyDescriptorMediator is responsible for dependency descriptor mediation.
Dependency descriptor mediation consists in adjusting dependency descriptors according to a context, environment, the stack of dependers, ...
| Method Summary | |
|---|---|
DependencyDescriptor |
mediate(DependencyDescriptor dd)
Mediates the given DependencyDescriptor according to this ModuleDescriptor. |
| Method Detail |
|---|
DependencyDescriptor mediate(DependencyDescriptor dd)
DependencyDescriptor according to this ModuleDescriptor.
This method gives the opportunity to a ModuleDescriptor to override dependency version information of any of its transitive dependencies, since it is called by dependency resolvers before actually resolving a dependency.
dd - the dependency descriptor which should be mediated.
DependencyDescriptor, or the original
DependencyDescriptor if no mediation is required by this ModuleDescriptor.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||