|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
@Incubating public interface ResolvedModuleVersionResult
A node in the resolved dependency graph. Contains the identifier of the module and its dependencies.
| Method Summary | |
|---|---|
Set<? extends DependencyResult> |
getDependencies()
Returns the dependencies of the resolved module. |
Set<? extends ResolvedDependencyResult> |
getDependents()
Returns the dependents of the resolved module. |
ModuleVersionIdentifier |
getId()
Returns the identifier of the resolved module. |
ModuleVersionSelectionReason |
getSelectionReason()
Returns the reason for selecting the module. |
| Method Detail |
|---|
ModuleVersionIdentifier getId()
Set<? extends DependencyResult> getDependencies()
Set<? extends ResolvedDependencyResult> getDependents()
ModuleVersionSelectionReason getSelectionReason()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||