Class MvnComponent_1_0
java.lang.Object
com.gradle.scan.eventmodel.maven.dependencies.MvnComponent_1_0
A component of a resolved dependency graph.
-
Field Summary
Modifier and TypeFieldDescriptionThe component's dependencies.final int
Identity of this component. -
Constructor Summary
-
Method Summary
-
Field Details
-
identity
public final int identityIdentity of this component.Index into
MvnDependencyResolutionData_1_0.identities
. -
dependencies
The component's dependencies.Indices into
MvnDependencyResolutionData_1_0.dependencies
.
-
-
Constructor Details
-
MvnComponent_1_0
-
-
Method Details