Uses of Class
org.praxislive.purl.PackageURL
-
Packages that use PackageURL Package Description org.praxislive.purl -
-
Uses of PackageURL in org.praxislive.purl
Methods in org.praxislive.purl that return PackageURL Modifier and Type Method Description PackageURL
PackageURL.Builder. build()
Builds the new PackageURL object.static PackageURL
PackageURL. from(URI uri)
Convert the provided URI to a PackageURL.static PackageURL
PackageURL. parse(String purl)
Parse a PackageURL from the given String.Methods in org.praxislive.purl with parameters of type PackageURL Modifier and Type Method Description 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).
-