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 PackageURLPackageURL.Builder. build()Builds the new PackageURL object.static PackageURLPackageURL. from(URI uri)Convert the provided URI to a PackageURL.static PackageURLPackageURL. 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 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).
-