Class NpmComponentIdentity_1_0
java.lang.Object
com.gradle.scan.eventmodel.npm.dependencies.NpmComponentIdentity_1_0
An identifier for a
NpmComponent_1_0 instance.-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal @Nullable("when the location is not known, e.g. requested identity") StringThe package location.final StringThe package name.final @Nullable("when tarball is not known, e.g. requested identity") StringThe tarball url or file path where the package artifact can be found.final @Nullable("when the package is not scoped") StringThe package scope.final StringThe package version. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
scope
@Nullable("when the package is not scoped") public final @Nullable("when the package is not scoped") String scopeThe package scope. -
name
The package name. -
version
The package version. -
location
@Nullable("when the location is not known, e.g. requested identity") public final @Nullable("when the location is not known, e.g. requested identity") String locationThe package location. -
resolved
@Nullable("when tarball is not known, e.g. requested identity") public final @Nullable("when tarball is not known, e.g. requested identity") String resolvedThe tarball url or file path where the package artifact can be found.
-
-
Constructor Details
-
NpmComponentIdentity_1_0
-
-
Method Details