Uses of Class
com.github.packageurl.PackageURL
-
Packages that use PackageURL Package Description com.github.packageurl Java implementation of the Package-URL Specification. -
-
Uses of PackageURL in com.github.packageurl
Methods in com.github.packageurl that return PackageURL Modifier and Type Method Description PackageURLPackageURLBuilder. build()Builds the new PackageURL object.Methods in com.github.packageurl with parameters of type PackageURL Modifier and Type Method Description booleanPackageURL. isBaseEquals(PackageURL purl)Deprecated.This method is no longer recommended and will be removed from a future release.booleanPackageURL. isCanonicalEquals(PackageURL purl)Evaluates if the specified Package URL has the same canonical value.booleanPackageURL. isCoordinatesEquals(PackageURL purl)Evaluates if the specified Package URL has the same values up to, but excluding the qualifier (querystring).
-