Class Component_3_0
java.lang.Object
com.gradle.scan.eventmodel.gradle.dependencies.Component_3_0
A component of a resolved dependency graph.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe list of indices withinConfigurationResolutionData_2_0.dependenciesof the dependencies of this component.final intThe index withinConfigurationResolutionData_2_0.identitiesof this component's identity.final @Nullable("when the component was not sourced from a repository, or for Gradle < 4.10") LongTheRepository_1_0.idused as source of this component.The list of indices withinConfigurationResolutionData_2_0.selectionDescriptorsof selection descriptors that were the reasons for the component to be selected. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
dependencies
The list of indices withinConfigurationResolutionData_2_0.dependenciesof the dependencies of this component. -
repositoryId
@Nullable("when the component was not sourced from a repository, or for Gradle < 4.10") public final @Nullable("when the component was not sourced from a repository, or for Gradle < 4.10") Long repositoryIdTheRepository_1_0.idused as source of this component.nullwhen the component was not sourced from a repository (such as a a component with an identity ofProjectComponentIdentity_1_0), or for Gradle < 4.10. -
selectionReasons
The list of indices withinConfigurationResolutionData_2_0.selectionDescriptorsof selection descriptors that were the reasons for the component to be selected.Empty list signals no un-"expected" reasons.
-
identity
public final int identityThe index withinConfigurationResolutionData_2_0.identitiesof this component's identity.
-
-
Constructor Details
-
Component_3_0
-
-
Method Details