Package-level declarations

Types

Link copied to clipboard

Package URL (purl) is a string that is used to identify and locate a software package. It follows the specification defined at https://github.com/package-url/purl-spec.

Link copied to clipboard

Exception thrown when there is an error during PUrl building process.

Link copied to clipboard
open class PUrlException(message: String? = null)

Base exception class for all PUrl related exceptions.

Link copied to clipboard
class PUrlParsingException(val input: String, val reason: String) : PUrlException

Exception thrown when there is an error during PUrl parsing process.

Link copied to clipboard