| Package | Description |
|---|---|
| com.github.packageurl |
Java implementation of the Package-URL Specification.
|
| Modifier and Type | Method and Description |
|---|---|
PackageURL |
PackageURLBuilder.build()
Builds the new PackageURL object.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
PackageURL.isBaseEquals(PackageURL purl)
Deprecated.
This method is no longer recommended and will be removed from a future release.
Use |
boolean |
PackageURL.isCanonicalEquals(PackageURL purl)
Evaluates if the specified Package URL has the same canonical value.
|
boolean |
PackageURL.isCoordinatesEquals(PackageURL purl)
Evaluates if the specified Package URL has the same values up to, but excluding
the qualifier (querystring).
|
Copyright © 2017–2023. All rights reserved.