Class NpmComponent_1_0
java.lang.Object
com.gradle.scan.eventmodel.npm.dependencies.NpmComponent_1_0
A component of a resolved dependency graph.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe component's dependencies.final intIdentity of this component.final booleanWhether this component is a root component. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
identity
public final int identityIdentity of this component.Index into
NpmDependencyResolutionData_1_0.identities. -
root
public final boolean rootWhether this component is a root component.There is always a single root component.
-
dependencies
The component's dependencies.Index into
NpmDependencyResolutionData_1_0.dependencies.
-
-
Constructor Details
-
NpmComponent_1_0
-
-
Method Details